Html Css Color HEX #992CAB Dark Orchid

📋 copy color: '#992CAB'

red 153 ◦ green 44 ◦ blue 171

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

Shades of Dark Orchid #992CAB

Tints of Dark Orchid #992CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.96%

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

R = 41.58%
G = 11.96%
B = 46.47%

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

#992CAB (or 0x992CAB) is known color: Dark Orchid. HEX triplet: 99, 2C and AB. RGB value is (153,44,171). Sum of RGB (Red+Green+Blue) = 153+44+171=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #992CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992CAB is #66D354. Grayscale: #5A5A5A. Windows color (decimal): -6738773 or 11218073. OLE color: 11218073.

HSL color Cylindrical-coordinate representation of color #992CAB: hue angle of 291.5º degrees, saturation: 0.59, 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 #992CAB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 44 171 -
CMYK 0.11 0.74 0 0.33
HSL 291.5º 0.59% 0.42% -
HSV(B) 291.5º 0.74% 0.67% -
XYZ 21.39 11.51 39.62 -
YUV 91.07 173.11 172.17 -
System Red Green Blue C M Y K H S L
Decimal 153 44 171 0.11 0.74 0 0.33 291.5 0.59 0.42
Hex 99 2C AB B 4A 0 21 123 3B 2A
Octal 231 54 253 13 112 0 41 443 73 52
Binary 10011001 101100 10101011 1011 1001010 0 100001 100100011 111011 101010

Color Harmonies of #992CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992CAB

Black with #992CAB

Text Example


Text Example

White with #992CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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