Html Css Color HEX #953AFD Blue Violet

📋 copy color: '#953AFD'

red 149 ◦ green 58 ◦ blue 253

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

Shades of Blue Violet #953AFD

Tints of Blue Violet #953AFD

RGB

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

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

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

R = 32.39%
G = 12.61%
B = 55%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#953AFD (or 0x953AFD) is known color: Blue Violet. HEX triplet: 95, 3A and FD. RGB value is (149,58,253). Sum of RGB (Red+Green+Blue) = 149+58+253=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #953AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953AFD is #6AC502. Grayscale: #6A6A6A. Windows color (decimal): -6997251 or 16595605. OLE color: 16595605.

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

Color convert

RGB 149 58 253 -
CMYK 0.41 0.77 0 0.01
HSL 268º 0.98% 0.61% -
HSV(B) 268º 0.77% 0.99% -
XYZ 31.64 16.51 94.45 -
YUV 107.44 210.15 157.64 -
System Red Green Blue C M Y K H S L
Decimal 149 58 253 0.41 0.77 0 0.01 268 0.98 0.61
Hex 95 3A FD 29 4D 0 1 10C 62 3D
Octal 225 72 375 51 115 0 1 414 142 75
Binary 10010101 111010 11111101 101001 1001101 0 1 100001100 1100010 111101

Color Harmonies of #953AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953AFD

Black with #953AFD

Text Example


Text Example

White with #953AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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