Html Css Color HEX #9946CB Dark Orchid

📋 copy color: '#9946CB'

red 153 ◦ green 70 ◦ blue 203

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

Shades of Dark Orchid #9946CB

Tints of Dark Orchid #9946CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.43%

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

R = 35.92%
G = 16.43%
B = 47.65%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9946CB (or 0x9946CB) is known color: Dark Orchid. HEX triplet: 99, 46 and CB. RGB value is (153,70,203). Sum of RGB (Red+Green+Blue) = 153+70+203=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #9946CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9946CB is #66B934. Grayscale: #6D6D6D. Windows color (decimal): -6732085 or 13321881. OLE color: 13321881.

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

Color convert

RGB 153 70 203 -
CMYK 0.25 0.66 0 0.20
HSL 277.44º 0.56% 0.54% -
HSV(B) 277.44º 0.66% 0.8% -
XYZ 26.11 15.46 58.11 -
YUV 109.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 153 70 203 0.25 0.66 0 0.20 277.44 0.56 0.54
Hex 99 46 CB 19 42 0 14 115 38 36
Octal 231 106 313 31 102 0 24 425 70 66
Binary 10011001 1000110 11001011 11001 1000010 0 10100 100010101 111000 110110

Color Harmonies of #9946CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9946CB

Black with #9946CB

Text Example


Text Example

White with #9946CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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