Html Css Color HEX #9926AA Dark Orchid

📋 copy color: '#9926AA'

red 153 ◦ green 38 ◦ blue 170

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

Shades of Dark Orchid #9926AA

Tints of Dark Orchid #9926AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.53%

 BLUE value IS 170 (66.8% from 255) = 47.09%

R = 42.38%
G = 10.53%
B = 47.09%

CMYK

 C value IS 0.1

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9926AA (or 0x9926AA) is known color: Dark Orchid. HEX triplet: 99, 26 and AA. RGB value is (153,38,170). Sum of RGB (Red+Green+Blue) = 153+38+170=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #9926AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9926AA is #66D955. Grayscale: #575757. Windows color (decimal): -6740310 or 11151001. OLE color: 11151001.

HSL color Cylindrical-coordinate representation of color #9926AA: hue angle of 292.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9926AA is Cyan = 0.1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 38 170 -
CMYK 0.1 0.78 0 0.33
HSL 292.27º 0.63% 0.41% -
HSV(B) 292.27º 0.78% 0.67% -
XYZ 21.09 11.06 39.05 -
YUV 87.43 174.6 174.77 -
System Red Green Blue C M Y K H S L
Decimal 153 38 170 0.1 0.78 0 0.33 292.27 0.63 0.41
Hex 99 26 AA A 4E 0 21 124 3F 29
Octal 231 46 252 12 116 0 41 444 77 51
Binary 10011001 100110 10101010 1010 1001110 0 100001 100100100 111111 101001

Color Harmonies of #9926AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9926AA

Black with #9926AA

Text Example


Text Example

White with #9926AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9926AA; }

 p { color: rgb(153,38,170); }

 H1.HeaderClassName
 {
   color: #9926AA;
 }
 .AnyTagClassName
 {
   color: #9926AA;
 }
</style>

background-color css

<style>
 a { background-color: #9926AA; }

 a { background-color: rgb(153,38,170); }

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

border-color css

<style>
 span { border-color: #9926AA; }

 span { border-color: rgb(153,38,170); }

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