Html Css Color HEX #953DDD Blue Violet

📋 copy color: '#953DDD'

red 149 ◦ green 61 ◦ blue 221

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

Shades of Blue Violet #953DDD

Tints of Blue Violet #953DDD

RGB

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

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

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

R = 34.57%
G = 14.15%
B = 51.28%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#953DDD (or 0x953DDD) is known color: Blue Violet. HEX triplet: 95, 3D and DD. RGB value is (149,61,221). Sum of RGB (Red+Green+Blue) = 149+61+221=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #953DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953DDD is #6AC222. Grayscale: #696969. Windows color (decimal): -6996515 or 14499221. OLE color: 14499221.

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

Color convert

RGB 149 61 221 -
CMYK 0.33 0.72 0 0.13
HSL 273º 0.7% 0.55% -
HSV(B) 273º 0.72% 0.87% -
XYZ 27.11 14.95 69.86 -
YUV 105.55 193.15 158.99 -
System Red Green Blue C M Y K H S L
Decimal 149 61 221 0.33 0.72 0 0.13 273 0.7 0.55
Hex 95 3D DD 21 48 0 D 111 46 37
Octal 225 75 335 41 110 0 15 421 106 67
Binary 10010101 111101 11011101 100001 1001000 0 1101 100010001 1000110 110111

Color Harmonies of #953DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953DDD

Black with #953DDD

Text Example


Text Example

White with #953DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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