Html Css Color HEX #953A9D Vivid Violet

📋 copy color: '#953A9D'

red 149 ◦ green 58 ◦ blue 157

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

Shades of Vivid Violet #953A9D

Tints of Vivid Violet #953A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.13%

R = 40.93%
G = 15.93%
B = 43.13%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#953A9D (or 0x953A9D) is known color: Vivid Violet. HEX triplet: 95, 3A and 9D. RGB value is (149,58,157). Sum of RGB (Red+Green+Blue) = 149+58+157=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #953A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953A9D is #6AC562. Grayscale: #606060. Windows color (decimal): -6997347 or 10304149. OLE color: 10304149.

HSL color Cylindrical-coordinate representation of color #953A9D: hue angle of 295.15º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953A9D is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 58 157 -
CMYK 0.05 0.63 0 0.38
HSL 295.15º 0.46% 0.42% -
HSV(B) 295.15º 0.63% 0.62% -
XYZ 19.99 11.85 33.13 -
YUV 96.5 162.15 165.45 -
System Red Green Blue C M Y K H S L
Decimal 149 58 157 0.05 0.63 0 0.38 295.15 0.46 0.42
Hex 95 3A 9D 5 3F 0 26 127 2E 2A
Octal 225 72 235 5 77 0 46 447 56 52
Binary 10010101 111010 10011101 101 111111 0 100110 100100111 101110 101010

Color Harmonies of #953A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A9D

Black with #953A9D

Text Example


Text Example

White with #953A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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