Html Css Color HEX #992ABE Dark Orchid

📋 copy color: '#992ABE'

red 153 ◦ green 42 ◦ blue 190

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

Shades of Dark Orchid #992ABE

Tints of Dark Orchid #992ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.35%

R = 39.74%
G = 10.91%
B = 49.35%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#992ABE (or 0x992ABE) is known color: Dark Orchid. HEX triplet: 99, 2A and BE. RGB value is (153,42,190). Sum of RGB (Red+Green+Blue) = 153+42+190=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #992ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992ABE is #66D541. Grayscale: #5B5B5B. Windows color (decimal): -6739266 or 12462745. OLE color: 12462745.

HSL color Cylindrical-coordinate representation of color #992ABE: hue angle of 285º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992ABE is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 42 190 -
CMYK 0.19 0.78 0 0.25
HSL 285º 0.64% 0.45% -
HSV(B) 285º 0.78% 0.75% -
XYZ 23.26 12.15 49.83 -
YUV 92.06 183.27 171.47 -
System Red Green Blue C M Y K H S L
Decimal 153 42 190 0.19 0.78 0 0.25 285 0.64 0.45
Hex 99 2A BE 13 4E 0 19 11D 40 2D
Octal 231 52 276 23 116 0 31 435 100 55
Binary 10011001 101010 10111110 10011 1001110 0 11001 100011101 1000000 101101

Color Harmonies of #992ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992ABE

Black with #992ABE

Text Example


Text Example

White with #992ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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