Html Css Color HEX #952195 Vivid Violet

📋 copy color: '#952195'

red 149 ◦ green 33 ◦ blue 149

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

Shades of Vivid Violet #952195

Tints of Vivid Violet #952195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.97%

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

R = 45.02%
G = 9.97%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#952195 (or 0x952195) is known color: Vivid Violet. HEX triplet: 95, 21 and 95. RGB value is (149,33,149). Sum of RGB (Red+Green+Blue) = 149+33+149=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #952195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952195 is #6ADE6A. Grayscale: #505050. Windows color (decimal): -7003755 or 9773461. OLE color: 9773461.

HSL color Cylindrical-coordinate representation of color #952195: hue angle of 300º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952195 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 149 -
CMYK 0 0.78 0 0.42
HSL 300º 0.64% 0.36% -
HSV(B) 300º 0.78% 0.58% -
XYZ 18.36 9.65 29.33 -
YUV 80.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 149 33 149 0 0.78 0 0.42 300 0.64 0.36
Hex 95 21 95 0 4E 0 2A 12C 40 24
Octal 225 41 225 0 116 0 52 454 100 44
Binary 10010101 100001 10010101 0 1001110 0 101010 100101100 1000000 100100

Color Harmonies of #952195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952195

Black with #952195

Text Example


Text Example

White with #952195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952195; }

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

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

background-color css

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

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

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

border-color css

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

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

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