Html Css Color HEX #9934AB Dark Orchid

📋 copy color: '#9934AB'

red 153 ◦ green 52 ◦ blue 171

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

Shades of Dark Orchid #9934AB

Tints of Dark Orchid #9934AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.83%

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 40.69%
G = 13.83%
B = 45.48%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9934AB (or 0x9934AB) is known color: Dark Orchid. HEX triplet: 99, 34 and AB. RGB value is (153,52,171). Sum of RGB (Red+Green+Blue) = 153+52+171=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #9934AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9934AB is #66CB54. Grayscale: #5F5F5F. Windows color (decimal): -6736725 or 11220121. OLE color: 11220121.

HSL color Cylindrical-coordinate representation of color #9934AB: hue angle of 290.92º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9934AB is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 52 171 -
CMYK 0.11 0.70 0 0.33
HSL 290.92º 0.53% 0.44% -
HSV(B) 290.92º 0.7% 0.67% -
XYZ 21.72 12.17 39.73 -
YUV 95.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 153 52 171 0.11 0.70 0 0.33 290.92 0.53 0.44
Hex 99 34 AB B 46 0 21 123 35 2C
Octal 231 64 253 13 106 0 41 443 65 54
Binary 10011001 110100 10101011 1011 1000110 0 100001 100100011 110101 101100

Color Harmonies of #9934AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9934AB

Black with #9934AB

Text Example


Text Example

White with #9934AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9934AB; }

 p { color: rgb(153,52,171); }

 H1.HeaderClassName
 {
   color: #9934AB;
 }
 .AnyTagClassName
 {
   color: #9934AB;
 }
</style>

background-color css

<style>
 a { background-color: #9934AB; }

 a { background-color: rgb(153,52,171); }

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

border-color css

<style>
 span { border-color: #9934AB; }

 span { border-color: rgb(153,52,171); }

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