Html Css Color HEX #992FCB Dark Orchid

📋 copy color: '#992FCB'

red 153 ◦ green 47 ◦ blue 203

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

Shades of Dark Orchid #992FCB

Tints of Dark Orchid #992FCB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.66%

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

R = 37.97%
G = 11.66%
B = 50.37%

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

#992FCB (or 0x992FCB) is known color: Dark Orchid. HEX triplet: 99, 2F and CB. RGB value is (153,47,203). Sum of RGB (Red+Green+Blue) = 153+47+203=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #992FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992FCB is #66D034. Grayscale: #5F5F5F. Windows color (decimal): -6737973 or 13315993. OLE color: 13315993.

HSL color Cylindrical-coordinate representation of color #992FCB: hue angle of 280.77º degrees, saturation: 0.62, 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 #992FCB is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 47 203 -
CMYK 0.25 0.77 0 0.20
HSL 280.77º 0.62% 0.49% -
HSV(B) 280.77º 0.77% 0.8% -
XYZ 24.93 13.12 57.72 -
YUV 96.48 188.12 168.32 -
System Red Green Blue C M Y K H S L
Decimal 153 47 203 0.25 0.77 0 0.20 280.77 0.62 0.49
Hex 99 2F CB 19 4D 0 14 119 3E 31
Octal 231 57 313 31 115 0 24 431 76 61
Binary 10011001 101111 11001011 11001 1001101 0 10100 100011001 111110 110001

Color Harmonies of #992FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992FCB

Black with #992FCB

Text Example


Text Example

White with #992FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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