Html Css Color HEX #992FEE Blue Violet

📋 copy color: '#992FEE'

red 153 ◦ green 47 ◦ blue 238

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

Shades of Blue Violet #992FEE

Tints of Blue Violet #992FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.34%

R = 34.93%
G = 10.73%
B = 54.34%

CMYK

 C value IS 0.36

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#992FEE (or 0x992FEE) is known color: Blue Violet. HEX triplet: 99, 2F and EE. RGB value is (153,47,238). Sum of RGB (Red+Green+Blue) = 153+47+238=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #992FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992FEE is #66D011. Grayscale: #636363. Windows color (decimal): -6737938 or 15609753. OLE color: 15609753.

HSL color Cylindrical-coordinate representation of color #992FEE: hue angle of 273.3º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #992FEE is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 47 238 -
CMYK 0.36 0.80 0 0.07
HSL 273.3º 0.85% 0.56% -
HSV(B) 273.3º 0.8% 0.93% -
XYZ 29.59 14.98 82.22 -
YUV 100.47 205.62 165.47 -
System Red Green Blue C M Y K H S L
Decimal 153 47 238 0.36 0.80 0 0.07 273.3 0.85 0.56
Hex 99 2F EE 24 50 0 7 111 55 38
Octal 231 57 356 44 120 0 7 421 125 70
Binary 10011001 101111 11101110 100100 1010000 0 111 100010001 1010101 111000

Color Harmonies of #992FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992FEE

Black with #992FEE

Text Example


Text Example

White with #992FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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