Html Css Color HEX #953AFB Blue Violet

📋 copy color: '#953AFB'

red 149 ◦ green 58 ◦ blue 251

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

Shades of Blue Violet #953AFB

Tints of Blue Violet #953AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.66%

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

R = 32.53%
G = 12.66%
B = 54.8%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#953AFB (or 0x953AFB) is known color: Blue Violet. HEX triplet: 95, 3A and FB. RGB value is (149,58,251). Sum of RGB (Red+Green+Blue) = 149+58+251=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #953AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953AFB is #6AC504. Grayscale: #6A6A6A. Windows color (decimal): -6997253 or 16464533. OLE color: 16464533.

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

Color convert

RGB 149 58 251 -
CMYK 0.41 0.77 0 0.02
HSL 268.29º 0.96% 0.61% -
HSV(B) 268.29º 0.77% 0.98% -
XYZ 31.32 16.38 92.78 -
YUV 107.21 209.15 157.81 -
System Red Green Blue C M Y K H S L
Decimal 149 58 251 0.41 0.77 0 0.02 268.29 0.96 0.61
Hex 95 3A FB 29 4D 0 2 10C 60 3D
Octal 225 72 373 51 115 0 2 414 140 75
Binary 10010101 111010 11111011 101001 1001101 0 10 100001100 1100000 111101

Color Harmonies of #953AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953AFB

Black with #953AFB

Text Example


Text Example

White with #953AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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