Html Css Color HEX #954DFB Blue Violet

📋 copy color: '#954DFB'

red 149 ◦ green 77 ◦ blue 251

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

Shades of Blue Violet #954DFB

Tints of Blue Violet #954DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.14%

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

R = 31.24%
G = 16.14%
B = 52.62%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#954DFB (or 0x954DFB) is known color: Blue Violet. HEX triplet: 95, 4D and FB. RGB value is (149,77,251). Sum of RGB (Red+Green+Blue) = 149+77+251=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #954DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #954DFB is #6AB204. Grayscale: #757575. Windows color (decimal): -6992389 or 16469397. OLE color: 16469397.

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

Color convert

RGB 149 77 251 -
CMYK 0.41 0.69 0 0.02
HSL 264.83º 0.96% 0.64% -
HSV(B) 264.83º 0.69% 0.98% -
XYZ 32.46 18.66 93.16 -
YUV 118.36 202.85 149.85 -
System Red Green Blue C M Y K H S L
Decimal 149 77 251 0.41 0.69 0 0.02 264.83 0.96 0.64
Hex 95 4D FB 29 45 0 2 109 60 40
Octal 225 115 373 51 105 0 2 411 140 100
Binary 10010101 1001101 11111011 101001 1000101 0 10 100001001 1100000 1000000

Color Harmonies of #954DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954DFB

Black with #954DFB

Text Example


Text Example

White with #954DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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