Html Css Color HEX #9936C9 Dark Orchid

📋 copy color: '#9936C9'

red 153 ◦ green 54 ◦ blue 201

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

Shades of Dark Orchid #9936C9

Tints of Dark Orchid #9936C9

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.24%

 BLUE value IS 201 (78.91% from 255) = 49.26%

R = 37.5%
G = 13.24%
B = 49.26%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9936C9 (or 0x9936C9) is known color: Dark Orchid. HEX triplet: 99, 36 and C9. RGB value is (153,54,201). Sum of RGB (Red+Green+Blue) = 153+54+201=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #9936C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9936C9 is #66C936. Grayscale: #636363. Windows color (decimal): -6736183 or 13186713. OLE color: 13186713.

HSL color Cylindrical-coordinate representation of color #9936C9: hue angle of 280.41º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9936C9 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 54 201 -
CMYK 0.24 0.73 0 0.21
HSL 280.41º 0.58% 0.5% -
HSV(B) 280.41º 0.73% 0.79% -
XYZ 25 13.63 56.57 -
YUV 100.36 184.8 165.55 -
System Red Green Blue C M Y K H S L
Decimal 153 54 201 0.24 0.73 0 0.21 280.41 0.58 0.5
Hex 99 36 C9 18 49 0 15 118 3A 32
Octal 231 66 311 30 111 0 25 430 72 62
Binary 10011001 110110 11001001 11000 1001001 0 10101 100011000 111010 110010

Color Harmonies of #9936C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9936C9

Black with #9936C9

Text Example


Text Example

White with #9936C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9936C9; }

 p { color: rgb(153,54,201); }

 H1.HeaderClassName
 {
   color: #9936C9;
 }
 .AnyTagClassName
 {
   color: #9936C9;
 }
</style>

background-color css

<style>
 a { background-color: #9936C9; }

 a { background-color: rgb(153,54,201); }

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

border-color css

<style>
 span { border-color: #9936C9; }

 span { border-color: rgb(153,54,201); }

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