Html Css Color HEX #952BFB Blue Violet

📋 copy color: '#952BFB'

red 149 ◦ green 43 ◦ blue 251

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

Shades of Blue Violet #952BFB

Tints of Blue Violet #952BFB

RGB

 RED value IS 149 (58.59% from 255) = 33.63%

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

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

R = 33.63%
G = 9.71%
B = 56.66%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#952BFB (or 0x952BFB) is known color: Blue Violet. HEX triplet: 95, 2B and FB. RGB value is (149,43,251). Sum of RGB (Red+Green+Blue) = 149+43+251=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #952BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #952BFB is #6AD404. Grayscale: #616161. Windows color (decimal): -7001093 or 16460693. OLE color: 16460693.

HSL color Cylindrical-coordinate representation of color #952BFB: hue angle of 270.58º 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 #952BFB is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 43 251 -
CMYK 0.41 0.83 0 0.02
HSL 270.58º 0.96% 0.58% -
HSV(B) 270.58º 0.83% 0.98% -
XYZ 30.67 15.08 92.56 -
YUV 98.41 214.12 164.09 -
System Red Green Blue C M Y K H S L
Decimal 149 43 251 0.41 0.83 0 0.02 270.58 0.96 0.58
Hex 95 2B FB 29 53 0 2 10F 60 3A
Octal 225 53 373 51 123 0 2 417 140 72
Binary 10010101 101011 11111011 101001 1010011 0 10 100001111 1100000 111010

Color Harmonies of #952BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952BFB

Black with #952BFB

Text Example


Text Example

White with #952BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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