Html Css Color HEX #954BFB Blue Violet

📋 copy color: '#954BFB'

red 149 ◦ green 75 ◦ blue 251

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

Shades of Blue Violet #954BFB

Tints of Blue Violet #954BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.79%

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

R = 31.37%
G = 15.79%
B = 52.84%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#954BFB (or 0x954BFB) is known color: Blue Violet. HEX triplet: 95, 4B and FB. RGB value is (149,75,251). Sum of RGB (Red+Green+Blue) = 149+75+251=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #954BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954BFB is #6AB404. Grayscale: #747474. Windows color (decimal): -6992901 or 16468885. OLE color: 16468885.

HSL color Cylindrical-coordinate representation of color #954BFB: hue angle of 265.23º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #954BFB is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 75 251 -
CMYK 0.41 0.70 0 0.02
HSL 265.23º 0.96% 0.64% -
HSV(B) 265.23º 0.7% 0.98% -
XYZ 32.32 18.39 93.11 -
YUV 117.19 203.52 150.69 -
System Red Green Blue C M Y K H S L
Decimal 149 75 251 0.41 0.70 0 0.02 265.23 0.96 0.64
Hex 95 4B FB 29 46 0 2 109 60 40
Octal 225 113 373 51 106 0 2 411 140 100
Binary 10010101 1001011 11111011 101001 1000110 0 10 100001001 1100000 1000000

Color Harmonies of #954BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954BFB

Black with #954BFB

Text Example


Text Example

White with #954BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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