Html Css Color HEX #992EFB Blue Violet

📋 copy color: '#992EFB'

red 153 ◦ green 46 ◦ blue 251

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

Shades of Blue Violet #992EFB

Tints of Blue Violet #992EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.78%

R = 34%
G = 10.22%
B = 55.78%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#992EFB (or 0x992EFB) is known color: Blue Violet. HEX triplet: 99, 2E and FB. RGB value is (153,46,251). Sum of RGB (Red+Green+Blue) = 153+46+251=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #992EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992EFB is #66D104. Grayscale: #646464. Windows color (decimal): -6738181 or 16461465. OLE color: 16461465.

HSL color Cylindrical-coordinate representation of color #992EFB: hue angle of 271.32º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #992EFB is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 46 251 -
CMYK 0.39 0.82 0 0.02
HSL 271.32º 0.96% 0.58% -
HSV(B) 271.32º 0.82% 0.98% -
XYZ 31.53 15.69 92.63 -
YUV 101.36 212.45 164.83 -
System Red Green Blue C M Y K H S L
Decimal 153 46 251 0.39 0.82 0 0.02 271.32 0.96 0.58
Hex 99 2E FB 27 52 0 2 10F 60 3A
Octal 231 56 373 47 122 0 2 417 140 72
Binary 10011001 101110 11111011 100111 1010010 0 10 100001111 1100000 111010

Color Harmonies of #992EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992EFB

Black with #992EFB

Text Example


Text Example

White with #992EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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