Html Css Color HEX #9928AB Dark Orchid

📋 copy color: '#9928AB'

red 153 ◦ green 40 ◦ blue 171

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

Shades of Dark Orchid #9928AB

Tints of Dark Orchid #9928AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.99%

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

R = 42.03%
G = 10.99%
B = 46.98%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9928AB (or 0x9928AB) is known color: Dark Orchid. HEX triplet: 99, 28 and AB. RGB value is (153,40,171). Sum of RGB (Red+Green+Blue) = 153+40+171=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #9928AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9928AB is #66D754. Grayscale: #585858. Windows color (decimal): -6739797 or 11217049. OLE color: 11217049.

HSL color Cylindrical-coordinate representation of color #9928AB: hue angle of 291.76º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9928AB is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 40 171 -
CMYK 0.11 0.77 0 0.33
HSL 291.76º 0.62% 0.41% -
HSV(B) 291.76º 0.77% 0.67% -
XYZ 21.25 11.23 39.58 -
YUV 88.72 174.44 173.85 -
System Red Green Blue C M Y K H S L
Decimal 153 40 171 0.11 0.77 0 0.33 291.76 0.62 0.41
Hex 99 28 AB B 4D 0 21 124 3E 29
Octal 231 50 253 13 115 0 41 444 76 51
Binary 10011001 101000 10101011 1011 1001101 0 100001 100100100 111110 101001

Color Harmonies of #9928AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9928AB

Black with #9928AB

Text Example


Text Example

White with #9928AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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