Html Css Color HEX #992BDB Dark Orchid

📋 copy color: '#992BDB'

red 153 ◦ green 43 ◦ blue 219

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

Shades of Dark Orchid #992BDB

Tints of Dark Orchid #992BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.36%

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 36.87%
G = 10.36%
B = 52.77%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#992BDB (or 0x992BDB) is known color: Dark Orchid. HEX triplet: 99, 2B and DB. RGB value is (153,43,219). Sum of RGB (Red+Green+Blue) = 153+43+219=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #992BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992BDB is #66D424. Grayscale: #5F5F5F. Windows color (decimal): -6738981 or 14363545. OLE color: 14363545.

HSL color Cylindrical-coordinate representation of color #992BDB: hue angle of 277.5º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #992BDB is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 43 219 -
CMYK 0.30 0.80 0 0.14
HSL 277.5º 0.71% 0.51% -
HSV(B) 277.5º 0.8% 0.86% -
XYZ 26.79 13.61 68.23 -
YUV 95.95 197.44 168.69 -
System Red Green Blue C M Y K H S L
Decimal 153 43 219 0.30 0.80 0 0.14 277.5 0.71 0.51
Hex 99 2B DB 1E 50 0 E 116 47 33
Octal 231 53 333 36 120 0 16 426 107 63
Binary 10011001 101011 11011011 11110 1010000 0 1110 100010110 1000111 110011

Color Harmonies of #992BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992BDB

Black with #992BDB

Text Example


Text Example

White with #992BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,43,219); }

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

background-color css

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

 a { background-color: rgb(153,43,219); }

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

border-color css

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

 span { border-color: rgb(153,43,219); }

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