Html Css Color HEX #953AAA Vivid Violet

📋 copy color: '#953AAA'

red 149 ◦ green 58 ◦ blue 170

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

Shades of Vivid Violet #953AAA

Tints of Vivid Violet #953AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 39.52%
G = 15.38%
B = 45.09%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#953AAA (or 0x953AAA) is known color: Vivid Violet. HEX triplet: 95, 3A and AA. RGB value is (149,58,170). Sum of RGB (Red+Green+Blue) = 149+58+170=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #953AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953AAA is #6AC555. Grayscale: #616161. Windows color (decimal): -6997334 or 11156117. OLE color: 11156117.

HSL color Cylindrical-coordinate representation of color #953AAA: hue angle of 288.75º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953AAA is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 58 170 -
CMYK 0.12 0.66 0 0.33
HSL 288.75º 0.49% 0.45% -
HSV(B) 288.75º 0.66% 0.67% -
XYZ 21.16 12.32 39.29 -
YUV 97.98 168.65 164.39 -
System Red Green Blue C M Y K H S L
Decimal 149 58 170 0.12 0.66 0 0.33 288.75 0.49 0.45
Hex 95 3A AA C 42 0 21 121 31 2D
Octal 225 72 252 14 102 0 41 441 61 55
Binary 10010101 111010 10101010 1100 1000010 0 100001 100100001 110001 101101

Color Harmonies of #953AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953AAA

Black with #953AAA

Text Example


Text Example

White with #953AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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