Html Css Color HEX #953A8C Vivid Violet

📋 copy color: '#953A8C'

red 149 ◦ green 58 ◦ blue 140

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

Shades of Vivid Violet #953A8C

Tints of Vivid Violet #953A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.35%

R = 42.94%
G = 16.71%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#953A8C (or 0x953A8C) is known color: Vivid Violet. HEX triplet: 95, 3A and 8C. RGB value is (149,58,140). Sum of RGB (Red+Green+Blue) = 149+58+140=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #953A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953A8C is #6AC573. Grayscale: #5E5E5E. Windows color (decimal): -6997364 or 9190037. OLE color: 9190037.

HSL color Cylindrical-coordinate representation of color #953A8C: hue angle of 305.93º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A8C is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 140 -
CMYK 0 0.61 0.06 0.42
HSL 305.93º 0.44% 0.41% -
HSV(B) 305.93º 0.61% 0.58% -
XYZ 18.64 11.31 26.01 -
YUV 94.56 153.65 166.83 -
System Red Green Blue C M Y K H S L
Decimal 149 58 140 0 0.61 0.06 0.42 305.93 0.44 0.41
Hex 95 3A 8C 0 3D 6 2A 132 2C 29
Octal 225 72 214 0 75 6 52 462 54 51
Binary 10010101 111010 10001100 0 111101 110 101010 100110010 101100 101001

Color Harmonies of #953A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A8C

Black with #953A8C

Text Example


Text Example

White with #953A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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