Html Css Color HEX #9942CB Dark Orchid

📋 copy color: '#9942CB'

red 153 ◦ green 66 ◦ blue 203

#9942CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9942CB

Tints of Dark Orchid #9942CB

RGB

 RED value IS 153 (60.16% from 255) = 36.26%

 GREEN value IS 66 (26.17% from 255) = 15.64%

 BLUE value IS 203 (79.69% from 255) = 48.1%

R = 36.26%
G = 15.64%
B = 48.1%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9942CB (or 0x9942CB) is known color: Dark Orchid. HEX triplet: 99, 42 and CB. RGB value is (153,66,203). Sum of RGB (Red+Green+Blue) = 153+66+203=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #9942CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9942CB is #66BD34. Grayscale: #6B6B6B. Windows color (decimal): -6733109 or 13320857. OLE color: 13320857.

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

Color convert

RGB 153 66 203 -
CMYK 0.25 0.67 0 0.20
HSL 278.1º 0.57% 0.53% -
HSV(B) 278.1º 0.67% 0.8% -
XYZ 25.86 14.98 58.03 -
YUV 107.63 181.82 160.36 -
System Red Green Blue C M Y K H S L
Decimal 153 66 203 0.25 0.67 0 0.20 278.1 0.57 0.53
Hex 99 42 CB 19 43 0 14 116 39 35
Octal 231 102 313 31 103 0 24 426 71 65
Binary 10011001 1000010 11001011 11001 1000011 0 10100 100010110 111001 110101

Color Harmonies of #9942CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9942CB

Black with #9942CB

Text Example


Text Example

White with #9942CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,66,203); }

 H1.HeaderClassName
 {
   color: #9942CB;
 }
 .AnyTagClassName
 {
   color: #9942CB;
 }
</style>

background-color css

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

 a { background-color: rgb(153,66,203); }

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

border-color css

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

 span { border-color: rgb(153,66,203); }

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