Html Css Color HEX #992CAF Dark Orchid

📋 copy color: '#992CAF'

red 153 ◦ green 44 ◦ blue 175

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

Shades of Dark Orchid #992CAF

Tints of Dark Orchid #992CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.04%

R = 41.13%
G = 11.83%
B = 47.04%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#992CAF (or 0x992CAF) is known color: Dark Orchid. HEX triplet: 99, 2C and AF. RGB value is (153,44,175). Sum of RGB (Red+Green+Blue) = 153+44+175=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #992CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992CAF is #66D350. Grayscale: #5B5B5B. Windows color (decimal): -6738769 or 11480217. OLE color: 11480217.

HSL color Cylindrical-coordinate representation of color #992CAF: hue angle of 289.92º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992CAF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 44 175 -
CMYK 0.13 0.75 0 0.31
HSL 289.92º 0.6% 0.43% -
HSV(B) 289.92º 0.75% 0.69% -
XYZ 21.78 11.67 41.66 -
YUV 91.53 175.11 171.85 -
System Red Green Blue C M Y K H S L
Decimal 153 44 175 0.13 0.75 0 0.31 289.92 0.6 0.43
Hex 99 2C AF D 4B 0 1F 122 3C 2B
Octal 231 54 257 15 113 0 37 442 74 53
Binary 10011001 101100 10101111 1101 1001011 0 11111 100100010 111100 101011

Color Harmonies of #992CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992CAF

Black with #992CAF

Text Example


Text Example

White with #992CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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