Html Css Color HEX #952595 Vivid Violet

📋 copy color: '#952595'

red 149 ◦ green 37 ◦ blue 149

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

Shades of Vivid Violet #952595

Tints of Vivid Violet #952595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.04%

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

R = 44.48%
G = 11.04%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#952595 (or 0x952595) is known color: Vivid Violet. HEX triplet: 95, 25 and 95. RGB value is (149,37,149). Sum of RGB (Red+Green+Blue) = 149+37+149=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 37 (14.84% from 255 or 11.04% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #952595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952595 is #6ADA6A. Grayscale: #525252. Windows color (decimal): -7002731 or 9774485. OLE color: 9774485.

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

Color convert

RGB 149 37 149 -
CMYK 0 0.75 0 0.42
HSL 300º 0.6% 0.36% -
HSV(B) 300º 0.75% 0.58% -
XYZ 18.48 9.88 29.37 -
YUV 83.26 165.11 174.89 -
System Red Green Blue C M Y K H S L
Decimal 149 37 149 0 0.75 0 0.42 300 0.6 0.36
Hex 95 25 95 0 4B 0 2A 12C 3C 24
Octal 225 45 225 0 113 0 52 454 74 44
Binary 10010101 100101 10010101 0 1001011 0 101010 100101100 111100 100100

Color Harmonies of #952595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952595

Black with #952595

Text Example


Text Example

White with #952595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952595; }

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

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

background-color css

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

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

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

border-color css

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

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

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