Html Css Color HEX #992ABC Dark Orchid

📋 copy color: '#992ABC'

red 153 ◦ green 42 ◦ blue 188

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

Shades of Dark Orchid #992ABC

Tints of Dark Orchid #992ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 39.95%
G = 10.97%
B = 49.09%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#992ABC (or 0x992ABC) is known color: Dark Orchid. HEX triplet: 99, 2A and BC. RGB value is (153,42,188). Sum of RGB (Red+Green+Blue) = 153+42+188=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #992ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992ABC is #66D543. Grayscale: #5B5B5B. Windows color (decimal): -6739268 or 12331673. OLE color: 12331673.

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

Color convert

RGB 153 42 188 -
CMYK 0.19 0.78 0 0.26
HSL 285.62º 0.63% 0.45% -
HSV(B) 285.62º 0.78% 0.74% -
XYZ 23.04 12.06 48.69 -
YUV 91.83 182.27 171.63 -
System Red Green Blue C M Y K H S L
Decimal 153 42 188 0.19 0.78 0 0.26 285.62 0.63 0.45
Hex 99 2A BC 13 4E 0 1A 11E 3F 2D
Octal 231 52 274 23 116 0 32 436 77 55
Binary 10011001 101010 10111100 10011 1001110 0 11010 100011110 111111 101101

Color Harmonies of #992ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992ABC

Black with #992ABC

Text Example


Text Example

White with #992ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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