Html Css Color HEX #952995 Vivid Violet

📋 copy color: '#952995'

red 149 ◦ green 41 ◦ blue 149

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

Shades of Vivid Violet #952995

Tints of Vivid Violet #952995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.09%

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

R = 43.95%
G = 12.09%
B = 43.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#952995 (or 0x952995) is known color: Vivid Violet. HEX triplet: 95, 29 and 95. RGB value is (149,41,149). Sum of RGB (Red+Green+Blue) = 149+41+149=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #952995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952995 is #6AD66A. Grayscale: #555555. Windows color (decimal): -7001707 or 9775509. OLE color: 9775509.

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

Color convert

RGB 149 41 149 -
CMYK 0 0.72 0 0.42
HSL 300º 0.57% 0.37% -
HSV(B) 300º 0.72% 0.58% -
XYZ 18.61 10.15 29.41 -
YUV 85.6 163.78 173.22 -
System Red Green Blue C M Y K H S L
Decimal 149 41 149 0 0.72 0 0.42 300 0.57 0.37
Hex 95 29 95 0 48 0 2A 12C 39 25
Octal 225 51 225 0 110 0 52 454 71 45
Binary 10010101 101001 10010101 0 1001000 0 101010 100101100 111001 100101

Color Harmonies of #952995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952995

Black with #952995

Text Example


Text Example

White with #952995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952995; }

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

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

background-color css

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

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

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

border-color css

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

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

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