Html Css Color HEX #992DAB Dark Orchid

📋 copy color: '#992DAB'

red 153 ◦ green 45 ◦ blue 171

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

Shades of Dark Orchid #992DAB

Tints of Dark Orchid #992DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.2%

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

R = 41.46%
G = 12.2%
B = 46.34%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#992DAB (or 0x992DAB) is known color: Dark Orchid. HEX triplet: 99, 2D and AB. RGB value is (153,45,171). Sum of RGB (Red+Green+Blue) = 153+45+171=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #992DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992DAB is #66D254. Grayscale: #5B5B5B. Windows color (decimal): -6738517 or 11218329. OLE color: 11218329.

HSL color Cylindrical-coordinate representation of color #992DAB: hue angle of 291.43º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992DAB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 45 171 -
CMYK 0.11 0.74 0 0.33
HSL 291.43º 0.58% 0.42% -
HSV(B) 291.43º 0.74% 0.67% -
XYZ 21.43 11.59 39.64 -
YUV 91.66 172.78 171.75 -
System Red Green Blue C M Y K H S L
Decimal 153 45 171 0.11 0.74 0 0.33 291.43 0.58 0.42
Hex 99 2D AB B 4A 0 21 123 3A 2A
Octal 231 55 253 13 112 0 41 443 72 52
Binary 10011001 101101 10101011 1011 1001010 0 100001 100100011 111010 101010

Color Harmonies of #992DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992DAB

Black with #992DAB

Text Example


Text Example

White with #992DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992DAB; }

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

 H1.HeaderClassName
 {
   color: #992DAB;
 }
 .AnyTagClassName
 {
   color: #992DAB;
 }
</style>

background-color css

<style>
 a { background-color: #992DAB; }

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

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

border-color css

<style>
 span { border-color: #992DAB; }

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

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