Html Css Color HEX #992CAC Dark Orchid

📋 copy color: '#992CAC'

red 153 ◦ green 44 ◦ blue 172

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

Shades of Dark Orchid #992CAC

Tints of Dark Orchid #992CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.61%

R = 41.46%
G = 11.92%
B = 46.61%

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

#992CAC (or 0x992CAC) is known color: Dark Orchid. HEX triplet: 99, 2C and AC. RGB value is (153,44,172). Sum of RGB (Red+Green+Blue) = 153+44+172=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #992CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992CAC is #66D353. Grayscale: #5A5A5A. Windows color (decimal): -6738772 or 11283609. OLE color: 11283609.

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

Color convert

RGB 153 44 172 -
CMYK 0.11 0.74 0 0.33
HSL 291.09º 0.59% 0.42% -
HSV(B) 291.09º 0.74% 0.67% -
XYZ 21.48 11.55 40.13 -
YUV 91.18 173.61 172.09 -
System Red Green Blue C M Y K H S L
Decimal 153 44 172 0.11 0.74 0 0.33 291.09 0.59 0.42
Hex 99 2C AC B 4A 0 21 123 3B 2A
Octal 231 54 254 13 112 0 41 443 73 52
Binary 10011001 101100 10101100 1011 1001010 0 100001 100100011 111011 101010

Color Harmonies of #992CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992CAC

Black with #992CAC

Text Example


Text Example

White with #992CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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