Html Css Color HEX #953EFB Blue Violet

📋 copy color: '#953EFB'

red 149 ◦ green 62 ◦ blue 251

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

Shades of Blue Violet #953EFB

Tints of Blue Violet #953EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.42%

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

R = 32.25%
G = 13.42%
B = 54.33%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#953EFB (or 0x953EFB) is known color: Blue Violet. HEX triplet: 95, 3E and FB. RGB value is (149,62,251). Sum of RGB (Red+Green+Blue) = 149+62+251=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #953EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953EFB is #6AC104. Grayscale: #6C6C6C. Windows color (decimal): -6996229 or 16465557. OLE color: 16465557.

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

Color convert

RGB 149 62 251 -
CMYK 0.41 0.75 0 0.02
HSL 267.62º 0.96% 0.61% -
HSV(B) 267.62º 0.75% 0.98% -
XYZ 31.53 16.8 92.85 -
YUV 109.56 207.82 156.13 -
System Red Green Blue C M Y K H S L
Decimal 149 62 251 0.41 0.75 0 0.02 267.62 0.96 0.61
Hex 95 3E FB 29 4B 0 2 10C 60 3D
Octal 225 76 373 51 113 0 2 414 140 75
Binary 10010101 111110 11111011 101001 1001011 0 10 100001100 1100000 111101

Color Harmonies of #953EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953EFB

Black with #953EFB

Text Example


Text Example

White with #953EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953EFB; }

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

 H1.HeaderClassName
 {
   color: #953EFB;
 }
 .AnyTagClassName
 {
   color: #953EFB;
 }
</style>

background-color css

<style>
 a { background-color: #953EFB; }

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

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

border-color css

<style>
 span { border-color: #953EFB; }

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

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