Html Css Color HEX #953C8A Vivid Violet

📋 copy color: '#953C8A'

red 149 ◦ green 60 ◦ blue 138

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

Shades of Vivid Violet #953C8A

Tints of Vivid Violet #953C8A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.29%

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

R = 42.94%
G = 17.29%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#953C8A (or 0x953C8A) is known color: Vivid Violet. HEX triplet: 95, 3C and 8A. RGB value is (149,60,138). Sum of RGB (Red+Green+Blue) = 149+60+138=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #953C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953C8A is #6AC375. Grayscale: #5F5F5F. Windows color (decimal): -6996854 or 9059477. OLE color: 9059477.

HSL color Cylindrical-coordinate representation of color #953C8A: hue angle of 307.42º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953C8A is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 138 -
CMYK 0 0.60 0.07 0.42
HSL 307.42º 0.43% 0.41% -
HSV(B) 307.42º 0.6% 0.58% -
XYZ 18.6 11.46 25.28 -
YUV 95.5 151.99 166.16 -
System Red Green Blue C M Y K H S L
Decimal 149 60 138 0 0.60 0.07 0.42 307.42 0.43 0.41
Hex 95 3C 8A 0 3C 7 2A 133 2B 29
Octal 225 74 212 0 74 7 52 463 53 51
Binary 10010101 111100 10001010 0 111100 111 101010 100110011 101011 101001

Color Harmonies of #953C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C8A

Black with #953C8A

Text Example


Text Example

White with #953C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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