Html Css Color HEX #992EDB Dark Orchid

📋 copy color: '#992EDB'

red 153 ◦ green 46 ◦ blue 219

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

Shades of Dark Orchid #992EDB

Tints of Dark Orchid #992EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11%

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

R = 36.6%
G = 11%
B = 52.39%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#992EDB (or 0x992EDB) is known color: Dark Orchid. HEX triplet: 99, 2E and DB. RGB value is (153,46,219). Sum of RGB (Red+Green+Blue) = 153+46+219=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #992EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992EDB is #66D124. Grayscale: #616161. Windows color (decimal): -6738213 or 14364313. OLE color: 14364313.

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

Color convert

RGB 153 46 219 -
CMYK 0.30 0.79 0 0.14
HSL 277.11º 0.71% 0.52% -
HSV(B) 277.11º 0.79% 0.86% -
XYZ 26.9 13.84 68.27 -
YUV 97.72 196.45 167.43 -
System Red Green Blue C M Y K H S L
Decimal 153 46 219 0.30 0.79 0 0.14 277.11 0.71 0.52
Hex 99 2E DB 1E 4F 0 E 115 47 34
Octal 231 56 333 36 117 0 16 425 107 64
Binary 10011001 101110 11011011 11110 1001111 0 1110 100010101 1000111 110100

Color Harmonies of #992EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992EDB

Black with #992EDB

Text Example


Text Example

White with #992EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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