Html Css Color HEX #992CDB Dark Orchid

📋 copy color: '#992CDB'

red 153 ◦ green 44 ◦ blue 219

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

Shades of Dark Orchid #992CDB

Tints of Dark Orchid #992CDB

RGB

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

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

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

R = 36.78%
G = 10.58%
B = 52.64%

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

#992CDB (or 0x992CDB) is known color: Dark Orchid. HEX triplet: 99, 2C and DB. RGB value is (153,44,219). Sum of RGB (Red+Green+Blue) = 153+44+219=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #992CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992CDB is #66D324. Grayscale: #5F5F5F. Windows color (decimal): -6738725 or 14363801. OLE color: 14363801.

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

Color convert

RGB 153 44 219 -
CMYK 0.30 0.80 0 0.14
HSL 277.37º 0.71% 0.52% -
HSV(B) 277.37º 0.8% 0.86% -
XYZ 26.82 13.69 68.25 -
YUV 96.54 197.11 168.27 -
System Red Green Blue C M Y K H S L
Decimal 153 44 219 0.30 0.80 0 0.14 277.37 0.71 0.52
Hex 99 2C DB 1E 50 0 E 115 47 34
Octal 231 54 333 36 120 0 16 425 107 64
Binary 10011001 101100 11011011 11110 1010000 0 1110 100010101 1000111 110100

Color Harmonies of #992CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992CDB

Black with #992CDB

Text Example


Text Example

White with #992CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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