Html Css Color HEX #953ADC Blue Violet

📋 copy color: '#953ADC'

red 149 ◦ green 58 ◦ blue 220

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

Shades of Blue Violet #953ADC

Tints of Blue Violet #953ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.58%

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

R = 34.89%
G = 13.58%
B = 51.52%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#953ADC (or 0x953ADC) is known color: Blue Violet. HEX triplet: 95, 3A and DC. RGB value is (149,58,220). Sum of RGB (Red+Green+Blue) = 149+58+220=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #953ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #953ADC is #6AC523. Grayscale: #676767. Windows color (decimal): -6997284 or 14432917. OLE color: 14432917.

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

Color convert

RGB 149 58 220 -
CMYK 0.32 0.74 0 0.14
HSL 273.7º 0.7% 0.55% -
HSV(B) 273.7º 0.74% 0.86% -
XYZ 26.83 14.58 69.11 -
YUV 103.68 193.65 160.33 -
System Red Green Blue C M Y K H S L
Decimal 149 58 220 0.32 0.74 0 0.14 273.7 0.7 0.55
Hex 95 3A DC 20 4A 0 E 112 46 37
Octal 225 72 334 40 112 0 16 422 106 67
Binary 10010101 111010 11011100 100000 1001010 0 1110 100010010 1000110 110111

Color Harmonies of #953ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953ADC

Black with #953ADC

Text Example


Text Example

White with #953ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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