Html Css Color HEX #953C94 Vivid Violet

📋 copy color: '#953C94'

red 149 ◦ green 60 ◦ blue 148

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

Shades of Vivid Violet #953C94

Tints of Vivid Violet #953C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 41.46%

R = 41.74%
G = 16.81%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#953C94 (or 0x953C94) is known color: Vivid Violet. HEX triplet: 95, 3C and 94. RGB value is (149,60,148). Sum of RGB (Red+Green+Blue) = 149+60+148=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #953C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953C94 is #6AC36B. Grayscale: #606060. Windows color (decimal): -6996844 or 9714837. OLE color: 9714837.

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

Color convert

RGB 149 60 148 -
CMYK 0 0.60 0.01 0.42
HSL 300.67º 0.43% 0.41% -
HSV(B) 300.67º 0.6% 0.58% -
XYZ 19.36 11.76 29.27 -
YUV 96.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 149 60 148 0 0.60 0.01 0.42 300.67 0.43 0.41
Hex 95 3C 94 0 3C 1 2A 12D 2B 29
Octal 225 74 224 0 74 1 52 455 53 51
Binary 10010101 111100 10010100 0 111100 1 101010 100101101 101011 101001

Color Harmonies of #953C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C94

Black with #953C94

Text Example


Text Example

White with #953C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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