Html Css Color HEX #9936AC Dark Orchid

📋 copy color: '#9936AC'

red 153 ◦ green 54 ◦ blue 172

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

Shades of Dark Orchid #9936AC

Tints of Dark Orchid #9936AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 40.37%
G = 14.25%
B = 45.38%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9936AC (or 0x9936AC) is known color: Dark Orchid. HEX triplet: 99, 36 and AC. RGB value is (153,54,172). Sum of RGB (Red+Green+Blue) = 153+54+172=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #9936AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9936AC is #66C953. Grayscale: #606060. Windows color (decimal): -6736212 or 11286169. OLE color: 11286169.

HSL color Cylindrical-coordinate representation of color #9936AC: hue angle of 290.34º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9936AC is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 54 172 -
CMYK 0.11 0.69 0 0.33
HSL 290.34º 0.52% 0.44% -
HSV(B) 290.34º 0.69% 0.67% -
XYZ 21.9 12.39 40.27 -
YUV 97.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 153 54 172 0.11 0.69 0 0.33 290.34 0.52 0.44
Hex 99 36 AC B 45 0 21 122 34 2C
Octal 231 66 254 13 105 0 41 442 64 54
Binary 10011001 110110 10101100 1011 1000101 0 100001 100100010 110100 101100

Color Harmonies of #9936AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9936AC

Black with #9936AC

Text Example


Text Example

White with #9936AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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