Html Css Color HEX #992BFB Blue Violet

📋 copy color: '#992BFB'

red 153 ◦ green 43 ◦ blue 251

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

Shades of Blue Violet #992BFB

Tints of Blue Violet #992BFB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.62%

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

R = 34.23%
G = 9.62%
B = 56.15%

CMYK

 C value IS 0.39

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#992BFB (or 0x992BFB) is known color: Blue Violet. HEX triplet: 99, 2B and FB. RGB value is (153,43,251). Sum of RGB (Red+Green+Blue) = 153+43+251=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #992BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #992BFB is #66D404. Grayscale: #626262. Windows color (decimal): -6738949 or 16460697. OLE color: 16460697.

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

Color convert

RGB 153 43 251 -
CMYK 0.39 0.83 0 0.02
HSL 271.73º 0.96% 0.58% -
HSV(B) 271.73º 0.83% 0.98% -
XYZ 31.41 15.47 92.6 -
YUV 99.6 213.44 166.09 -
System Red Green Blue C M Y K H S L
Decimal 153 43 251 0.39 0.83 0 0.02 271.73 0.96 0.58
Hex 99 2B FB 27 53 0 2 110 60 3A
Octal 231 53 373 47 123 0 2 420 140 72
Binary 10011001 101011 11111011 100111 1010011 0 10 100010000 1100000 111010

Color Harmonies of #992BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992BFB

Black with #992BFB

Text Example


Text Example

White with #992BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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