#9828CB

Color #9828CB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9828CB

Tints of Dark Orchid #9828CB

Color information

#9828CB (or 0x9828CB) is unknown color: approx Dark Orchid. HEX triplet: 98, 28 and CB. RGB value is (152,40,203). Sum of RGB (Red+Green+Blue) = 152+40+203=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #9828CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9828CB is #67D734. Grayscale: #5B5B5B. Windows color (decimal): -6805301 or 13314200. OLE color: 13314200.

HSL color Cylindrical-coordinate representation of color #9828CB: hue angle of 281.23º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9828CB is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15240203-
CMYK0.250.8000.20
HSL281.23º67.08%47.65%-
HSV(B)281.23º80.3%79.61%-
XYZ24.4912.557.62-
YUV92.07190.61170.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 38.48%
GREEN value IS 40 (16.02% from 255) = 10.13%
BLUE value IS 203 (79.69% from 255) = 51.39%
R=38.48%
G=10.13%
B=51.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152402030.250.8000.20281.2367.0847.65
Hex9828CB19500141194330
Octal230503133112002443110360
Binary10011000101000110010111100110100000101001000110011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9828CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9828CB; }

 p { color: rgb(152,40,203); }

 H1.HeaderClassName
 {
   color: #9828CB;
 }
 .AnyTagClassName
 {
   color: #9828CB;
 }
</style>
background-color css

<style>
 a { background-color: #9828CB; }

 a { background-color: rgb(152,40,203); }

 div.DivClassName
 {
   background-color: #9828CB;
 }
 .BgClassName
 {
   background-color: #9828CB;
 }
</style>
border-color css

<style>
 span { border-color: #9828CB; }

 span { border-color: rgb(152,40,203); }

 td.TdClassName
 {
   border-color: #9828CB;
 }
 .TagClassName
 {
   border-color: #9828CB;
 }
</style>