Html Css Color HEX #952895 Vivid Violet

📋 copy color: '#952895'

red 149 ◦ green 40 ◦ blue 149

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

Shades of Vivid Violet #952895

Tints of Vivid Violet #952895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.83%

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

R = 44.08%
G = 11.83%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#952895 (or 0x952895) is known color: Vivid Violet. HEX triplet: 95, 28 and 95. RGB value is (149,40,149). Sum of RGB (Red+Green+Blue) = 149+40+149=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #952895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952895 is #6AD76A. Grayscale: #545454. Windows color (decimal): -7001963 or 9775253. OLE color: 9775253.

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

Color convert

RGB 149 40 149 -
CMYK 0 0.73 0 0.42
HSL 300º 0.58% 0.37% -
HSV(B) 300º 0.73% 0.58% -
XYZ 18.58 10.08 29.4 -
YUV 85.02 164.11 173.64 -
System Red Green Blue C M Y K H S L
Decimal 149 40 149 0 0.73 0 0.42 300 0.58 0.37
Hex 95 28 95 0 49 0 2A 12C 3A 25
Octal 225 50 225 0 111 0 52 454 72 45
Binary 10010101 101000 10010101 0 1001001 0 101010 100101100 111010 100101

Color Harmonies of #952895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952895

Black with #952895

Text Example


Text Example

White with #952895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952895; }

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

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

background-color css

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

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

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

border-color css

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

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

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