Html Css Color HEX #953BDC Blue Violet

📋 copy color: '#953BDC'

red 149 ◦ green 59 ◦ blue 220

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

Shades of Blue Violet #953BDC

Tints of Blue Violet #953BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.79%

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 34.81%
G = 13.79%
B = 51.4%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#953BDC (or 0x953BDC) is known color: Blue Violet. HEX triplet: 95, 3B and DC. RGB value is (149,59,220). Sum of RGB (Red+Green+Blue) = 149+59+220=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #953BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953BDC is #6AC423. Grayscale: #676767. Windows color (decimal): -6997028 or 14433173. OLE color: 14433173.

HSL color Cylindrical-coordinate representation of color #953BDC: hue angle of 273.54º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #953BDC is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 59 220 -
CMYK 0.32 0.73 0 0.14
HSL 273.54º 0.7% 0.55% -
HSV(B) 273.54º 0.73% 0.86% -
XYZ 26.88 14.68 69.13 -
YUV 104.26 193.32 159.91 -
System Red Green Blue C M Y K H S L
Decimal 149 59 220 0.32 0.73 0 0.14 273.54 0.7 0.55
Hex 95 3B DC 20 49 0 E 112 46 37
Octal 225 73 334 40 111 0 16 422 106 67
Binary 10010101 111011 11011100 100000 1001001 0 1110 100010010 1000110 110111

Color Harmonies of #953BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953BDC

Black with #953BDC

Text Example


Text Example

White with #953BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,59,220); }

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

background-color css

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

 a { background-color: rgb(149,59,220); }

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

border-color css

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

 span { border-color: rgb(149,59,220); }

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