Html Css Color HEX #953C95 Vivid Violet

📋 copy color: '#953C95'

red 149 ◦ green 60 ◦ blue 149

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

Shades of Vivid Violet #953C95

Tints of Vivid Violet #953C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.62%

R = 41.62%
G = 16.76%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#953C95 (or 0x953C95) is known color: Vivid Violet. HEX triplet: 95, 3C and 95. RGB value is (149,60,149). Sum of RGB (Red+Green+Blue) = 149+60+149=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #953C95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953C95 is #6AC36A. Grayscale: #606060. Windows color (decimal): -6996843 or 9780373. OLE color: 9780373.

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

Color convert

RGB 149 60 149 -
CMYK 0 0.60 0 0.42
HSL 300º 0.43% 0.41% -
HSV(B) 300º 0.6% 0.58% -
XYZ 19.44 11.79 29.69 -
YUV 96.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 149 60 149 0 0.60 0 0.42 300 0.43 0.41
Hex 95 3C 95 0 3C 0 2A 12C 2B 29
Octal 225 74 225 0 74 0 52 454 53 51
Binary 10010101 111100 10010101 0 111100 0 101010 100101100 101011 101001

Color Harmonies of #953C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C95

Black with #953C95

Text Example


Text Example

White with #953C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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