Html Css Color HEX #954BFF Blue Violet

📋 copy color: '#954BFF'

red 149 ◦ green 75 ◦ blue 255

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

Shades of Blue Violet #954BFF

Tints of Blue Violet #954BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.24%

R = 31.11%
G = 15.66%
B = 53.24%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#954BFF (or 0x954BFF) is known color: Blue Violet. HEX triplet: 95, 4B and FF. RGB value is (149,75,255). Sum of RGB (Red+Green+Blue) = 149+75+255=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #954BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954BFF is #6AB400. Grayscale: #747474. Windows color (decimal): -6992897 or 16731029. OLE color: 16731029.

HSL color Cylindrical-coordinate representation of color #954BFF: hue angle of 264.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #954BFF is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 75 255 -
CMYK 0.42 0.71 0 0
HSL 264.67º 1% 0.65% -
HSV(B) 264.67º 0.71% 1% -
XYZ 32.96 18.64 96.47 -
YUV 117.65 205.52 150.36 -
System Red Green Blue C M Y K H S L
Decimal 149 75 255 0.42 0.71 0 0 264.67 1 0.65
Hex 95 4B FF 2A 47 0 0 109 64 41
Octal 225 113 377 52 107 0 0 411 144 101
Binary 10010101 1001011 11111111 101010 1000111 0 0 100001001 1100100 1000001

Color Harmonies of #954BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954BFF

Black with #954BFF

Text Example


Text Example

White with #954BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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