Html Css Color HEX #992FCA Dark Orchid

📋 copy color: '#992FCA'

red 153 ◦ green 47 ◦ blue 202

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

Shades of Dark Orchid #992FCA

Tints of Dark Orchid #992FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.25%

R = 38.06%
G = 11.69%
B = 50.25%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#992FCA (or 0x992FCA) is known color: Dark Orchid. HEX triplet: 99, 2F and CA. RGB value is (153,47,202). Sum of RGB (Red+Green+Blue) = 153+47+202=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #992FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992FCA is #66D035. Grayscale: #5F5F5F. Windows color (decimal): -6737974 or 13250457. OLE color: 13250457.

HSL color Cylindrical-coordinate representation of color #992FCA: hue angle of 281.03º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #992FCA is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 47 202 -
CMYK 0.24 0.77 0 0.21
HSL 281.03º 0.62% 0.49% -
HSV(B) 281.03º 0.77% 0.79% -
XYZ 24.81 13.07 57.09 -
YUV 96.36 187.62 168.4 -
System Red Green Blue C M Y K H S L
Decimal 153 47 202 0.24 0.77 0 0.21 281.03 0.62 0.49
Hex 99 2F CA 18 4D 0 15 119 3E 31
Octal 231 57 312 30 115 0 25 431 76 61
Binary 10011001 101111 11001010 11000 1001101 0 10101 100011001 111110 110001

Color Harmonies of #992FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992FCA

Black with #992FCA

Text Example


Text Example

White with #992FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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