Html Css Color HEX #992ECF Dark Orchid

📋 copy color: '#992ECF'

red 153 ◦ green 46 ◦ blue 207

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

Shades of Dark Orchid #992ECF

Tints of Dark Orchid #992ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.99%

R = 37.68%
G = 11.33%
B = 50.99%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#992ECF (or 0x992ECF) is known color: Dark Orchid. HEX triplet: 99, 2E and CF. RGB value is (153,46,207). Sum of RGB (Red+Green+Blue) = 153+46+207=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #992ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992ECF is #66D130. Grayscale: #5F5F5F. Windows color (decimal): -6738225 or 13577881. OLE color: 13577881.

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

Color convert

RGB 153 46 207 -
CMYK 0.26 0.78 0 0.19
HSL 279.88º 0.64% 0.5% -
HSV(B) 279.88º 0.78% 0.81% -
XYZ 25.38 13.23 60.25 -
YUV 96.35 190.45 168.41 -
System Red Green Blue C M Y K H S L
Decimal 153 46 207 0.26 0.78 0 0.19 279.88 0.64 0.5
Hex 99 2E CF 1A 4E 0 13 118 40 32
Octal 231 56 317 32 116 0 23 430 100 62
Binary 10011001 101110 11001111 11010 1001110 0 10011 100011000 1000000 110010

Color Harmonies of #992ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992ECF

Black with #992ECF

Text Example


Text Example

White with #992ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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