Html Css Color HEX #992ECB Dark Orchid

📋 copy color: '#992ECB'

red 153 ◦ green 46 ◦ blue 203

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

Shades of Dark Orchid #992ECB

Tints of Dark Orchid #992ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 38.06%
G = 11.44%
B = 50.5%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#992ECB (or 0x992ECB) is known color: Dark Orchid. HEX triplet: 99, 2E and CB. RGB value is (153,46,203). Sum of RGB (Red+Green+Blue) = 153+46+203=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 46 (18.36% from 255 or 11.44% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #992ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992ECB is #66D134. Grayscale: #5F5F5F. Windows color (decimal): -6738229 or 13315737. OLE color: 13315737.

HSL color Cylindrical-coordinate representation of color #992ECB: hue angle of 280.89º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992ECB is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 46 203 -
CMYK 0.25 0.77 0 0.20
HSL 280.89º 0.63% 0.49% -
HSV(B) 280.89º 0.77% 0.8% -
XYZ 24.89 13.04 57.7 -
YUV 95.89 188.45 168.73 -
System Red Green Blue C M Y K H S L
Decimal 153 46 203 0.25 0.77 0 0.20 280.89 0.63 0.49
Hex 99 2E CB 19 4D 0 14 119 3F 31
Octal 231 56 313 31 115 0 24 431 77 61
Binary 10011001 101110 11001011 11001 1001101 0 10100 100011001 111111 110001

Color Harmonies of #992ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992ECB

Black with #992ECB

Text Example


Text Example

White with #992ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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