Html Css Color HEX #992ACE Dark Orchid

📋 copy color: '#992ACE'

red 153 ◦ green 42 ◦ blue 206

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

Shades of Dark Orchid #992ACE

Tints of Dark Orchid #992ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.47%

 BLUE value IS 206 (80.86% from 255) = 51.37%

R = 38.15%
G = 10.47%
B = 51.37%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#992ACE (or 0x992ACE) is known color: Dark Orchid. HEX triplet: 99, 2A and CE. RGB value is (153,42,206). Sum of RGB (Red+Green+Blue) = 153+42+206=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #992ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992ACE is #66D531. Grayscale: #5D5D5D. Windows color (decimal): -6739250 or 13511321. OLE color: 13511321.

HSL color Cylindrical-coordinate representation of color #992ACE: hue angle of 280.61º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #992ACE is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 42 206 -
CMYK 0.26 0.80 0 0.19
HSL 280.61º 0.66% 0.49% -
HSV(B) 280.61º 0.8% 0.81% -
XYZ 25.11 12.88 59.56 -
YUV 93.89 191.27 170.16 -
System Red Green Blue C M Y K H S L
Decimal 153 42 206 0.26 0.80 0 0.19 280.61 0.66 0.49
Hex 99 2A CE 1A 50 0 13 119 42 31
Octal 231 52 316 32 120 0 23 431 102 61
Binary 10011001 101010 11001110 11010 1010000 0 10011 100011001 1000010 110001

Color Harmonies of #992ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992ACE

Black with #992ACE

Text Example


Text Example

White with #992ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,42,206); }

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

background-color css

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

 a { background-color: rgb(153,42,206); }

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

border-color css

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

 span { border-color: rgb(153,42,206); }

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