Html Css Color HEX #992FE0 Blue Violet

📋 copy color: '#992FE0'

red 153 ◦ green 47 ◦ blue 224

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

Shades of Blue Violet #992FE0

Tints of Blue Violet #992FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.83%

R = 36.08%
G = 11.08%
B = 52.83%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#992FE0 (or 0x992FE0) is known color: Blue Violet. HEX triplet: 99, 2F and E0. RGB value is (153,47,224). Sum of RGB (Red+Green+Blue) = 153+47+224=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 47 (18.75% from 255 or 11.08% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #992FE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992FE0 is #66D01F. Grayscale: #626262. Windows color (decimal): -6737952 or 14692249. OLE color: 14692249.

HSL color Cylindrical-coordinate representation of color #992FE0: hue angle of 275.93º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992FE0 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 153 47 224 -
CMYK 0.32 0.79 0 0.12
HSL 275.93º 0.74% 0.53% -
HSV(B) 275.93º 0.79% 0.88% -
XYZ 27.61 14.19 71.8 -
YUV 98.87 198.62 166.61 -
System Red Green Blue C M Y K H S L
Decimal 153 47 224 0.32 0.79 0 0.12 275.93 0.74 0.53
Hex 99 2F E0 20 4F 0 C 114 4A 35
Octal 231 57 340 40 117 0 14 424 112 65
Binary 10011001 101111 11100000 100000 1001111 0 1100 100010100 1001010 110101

Color Harmonies of #992FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992FE0

Black with #992FE0

Text Example


Text Example

White with #992FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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