Html Css Color HEX #954BFD Blue Violet

📋 copy color: '#954BFD'

red 149 ◦ green 75 ◦ blue 253

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

Shades of Blue Violet #954BFD

Tints of Blue Violet #954BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.04%

R = 31.24%
G = 15.72%
B = 53.04%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#954BFD (or 0x954BFD) is known color: Blue Violet. HEX triplet: 95, 4B and FD. RGB value is (149,75,253). Sum of RGB (Red+Green+Blue) = 149+75+253=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #954BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #954BFD is #6AB402. Grayscale: #747474. Windows color (decimal): -6992899 or 16599957. OLE color: 16599957.

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

Color convert

RGB 149 75 253 -
CMYK 0.41 0.70 0 0.01
HSL 264.94º 0.98% 0.64% -
HSV(B) 264.94º 0.7% 0.99% -
XYZ 32.64 18.51 94.78 -
YUV 117.42 204.52 150.53 -
System Red Green Blue C M Y K H S L
Decimal 149 75 253 0.41 0.70 0 0.01 264.94 0.98 0.64
Hex 95 4B FD 29 46 0 1 109 62 40
Octal 225 113 375 51 106 0 1 411 142 100
Binary 10010101 1001011 11111101 101001 1000110 0 1 100001001 1100010 1000000

Color Harmonies of #954BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954BFD

Black with #954BFD

Text Example


Text Example

White with #954BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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