Html Css Color HEX #992EF6 Blue Violet

📋 copy color: '#992EF6'

red 153 ◦ green 46 ◦ blue 246

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

Shades of Blue Violet #992EF6

Tints of Blue Violet #992EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.28%

R = 34.38%
G = 10.34%
B = 55.28%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#992EF6 (or 0x992EF6) is known color: Blue Violet. HEX triplet: 99, 2E and F6. RGB value is (153,46,246). Sum of RGB (Red+Green+Blue) = 153+46+246=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 46 (18.36% from 255 or 10.34% from 445); Blue value is 246 (96.48% from 255 or 55.28% from 445); Max value from RGB is 246 - color contains mainly: blue. Hex color #992EF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992EF6 is #66D109. Grayscale: #646464. Windows color (decimal): -6738186 or 16133785. OLE color: 16133785.

HSL color Cylindrical-coordinate representation of color #992EF6: hue angle of 272.1º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #992EF6 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 153 46 246 -
CMYK 0.38 0.81 0 0.04
HSL 272.1º 0.92% 0.57% -
HSV(B) 272.1º 0.81% 0.96% -
XYZ 30.75 15.38 88.54 -
YUV 100.79 209.95 165.24 -
System Red Green Blue C M Y K H S L
Decimal 153 46 246 0.38 0.81 0 0.04 272.1 0.92 0.57
Hex 99 2E F6 26 51 0 4 110 5C 39
Octal 231 56 366 46 121 0 4 420 134 71
Binary 10011001 101110 11110110 100110 1010001 0 100 100010000 1011100 111001

Color Harmonies of #992EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992EF6

Black with #992EF6

Text Example


Text Example

White with #992EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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