Html Css Color HEX #953DFD Blue Violet

📋 copy color: '#953DFD'

red 149 ◦ green 61 ◦ blue 253

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

Shades of Blue Violet #953DFD

Tints of Blue Violet #953DFD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.17%

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

R = 32.18%
G = 13.17%
B = 54.64%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#953DFD (or 0x953DFD) is known color: Blue Violet. HEX triplet: 95, 3D and FD. RGB value is (149,61,253). Sum of RGB (Red+Green+Blue) = 149+61+253=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #953DFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953DFD is #6AC202. Grayscale: #6C6C6C. Windows color (decimal): -6996483 or 16596373. OLE color: 16596373.

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

Color convert

RGB 149 61 253 -
CMYK 0.41 0.76 0 0.01
HSL 267.5º 0.98% 0.62% -
HSV(B) 267.5º 0.76% 0.99% -
XYZ 31.79 16.82 94.5 -
YUV 109.2 209.15 156.39 -
System Red Green Blue C M Y K H S L
Decimal 149 61 253 0.41 0.76 0 0.01 267.5 0.98 0.62
Hex 95 3D FD 29 4C 0 1 10C 62 3E
Octal 225 75 375 51 114 0 1 414 142 76
Binary 10010101 111101 11111101 101001 1001100 0 1 100001100 1100010 111110

Color Harmonies of #953DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953DFD

Black with #953DFD

Text Example


Text Example

White with #953DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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