Html Css Color HEX #953A8A Vivid Violet

📋 copy color: '#953A8A'

red 149 ◦ green 58 ◦ blue 138

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

Shades of Vivid Violet #953A8A

Tints of Vivid Violet #953A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40%

R = 43.19%
G = 16.81%
B = 40%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#953A8A (or 0x953A8A) is known color: Vivid Violet. HEX triplet: 95, 3A and 8A. RGB value is (149,58,138). Sum of RGB (Red+Green+Blue) = 149+58+138=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #953A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953A8A is #6AC575. Grayscale: #5E5E5E. Windows color (decimal): -6997366 or 9058965. OLE color: 9058965.

HSL color Cylindrical-coordinate representation of color #953A8A: hue angle of 307.25º 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 #953A8A is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 138 -
CMYK 0 0.61 0.07 0.42
HSL 307.25º 0.44% 0.41% -
HSV(B) 307.25º 0.61% 0.58% -
XYZ 18.49 11.25 25.24 -
YUV 94.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 149 58 138 0 0.61 0.07 0.42 307.25 0.44 0.41
Hex 95 3A 8A 0 3D 7 2A 133 2C 29
Octal 225 72 212 0 75 7 52 463 54 51
Binary 10010101 111010 10001010 0 111101 111 101010 100110011 101100 101001

Color Harmonies of #953A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A8A

Black with #953A8A

Text Example


Text Example

White with #953A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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