Html Css Color HEX #953FDD Blue Violet

📋 copy color: '#953FDD'

red 149 ◦ green 63 ◦ blue 221

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

Shades of Blue Violet #953FDD

Tints of Blue Violet #953FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 14.55%

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 34.41%
G = 14.55%
B = 51.04%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#953FDD (or 0x953FDD) is known color: Blue Violet. HEX triplet: 95, 3F and DD. RGB value is (149,63,221). Sum of RGB (Red+Green+Blue) = 149+63+221=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #953FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953FDD is #6AC022. Grayscale: #6A6A6A. Windows color (decimal): -6996003 or 14499733. OLE color: 14499733.

HSL color Cylindrical-coordinate representation of color #953FDD: hue angle of 272.66º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #953FDD is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 63 221 -
CMYK 0.33 0.71 0 0.13
HSL 272.66º 0.7% 0.56% -
HSV(B) 272.66º 0.71% 0.87% -
XYZ 27.22 15.17 69.9 -
YUV 106.73 192.49 158.15 -
System Red Green Blue C M Y K H S L
Decimal 149 63 221 0.33 0.71 0 0.13 272.66 0.7 0.56
Hex 95 3F DD 21 47 0 D 111 46 38
Octal 225 77 335 41 107 0 15 421 106 70
Binary 10010101 111111 11011101 100001 1000111 0 1101 100010001 1000110 111000

Color Harmonies of #953FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953FDD

Black with #953FDD

Text Example


Text Example

White with #953FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,63,221); }

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

background-color css

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

 a { background-color: rgb(149,63,221); }

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

border-color css

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

 span { border-color: rgb(149,63,221); }

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