Html Css Color HEX #953DF1 Blue Violet

📋 copy color: '#953DF1'

red 149 ◦ green 61 ◦ blue 241

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

Shades of Blue Violet #953DF1

Tints of Blue Violet #953DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 53.44%

R = 33.04%
G = 13.53%
B = 53.44%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#953DF1 (or 0x953DF1) is known color: Blue Violet. HEX triplet: 95, 3D and F1. RGB value is (149,61,241). Sum of RGB (Red+Green+Blue) = 149+61+241=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #953DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #953DF1 is #6AC20E. Grayscale: #6B6B6B. Windows color (decimal): -6996495 or 15809941. OLE color: 15809941.

HSL color Cylindrical-coordinate representation of color #953DF1: hue angle of 269.33º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #953DF1 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 61 241 -
CMYK 0.38 0.75 0 0.05
HSL 269.33º 0.87% 0.59% -
HSV(B) 269.33º 0.75% 0.95% -
XYZ 29.94 16.08 84.74 -
YUV 107.83 203.15 157.36 -
System Red Green Blue C M Y K H S L
Decimal 149 61 241 0.38 0.75 0 0.05 269.33 0.87 0.59
Hex 95 3D F1 26 4B 0 5 10D 57 3B
Octal 225 75 361 46 113 0 5 415 127 73
Binary 10010101 111101 11110001 100110 1001011 0 101 100001101 1010111 111011

Color Harmonies of #953DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953DF1

Black with #953DF1

Text Example


Text Example

White with #953DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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