Html Css Color HEX #952495 Vivid Violet

📋 copy color: '#952495'

red 149 ◦ green 36 ◦ blue 149

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

Shades of Vivid Violet #952495

Tints of Vivid Violet #952495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.78%

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

R = 44.61%
G = 10.78%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#952495 (or 0x952495) is known color: Vivid Violet. HEX triplet: 95, 24 and 95. RGB value is (149,36,149). Sum of RGB (Red+Green+Blue) = 149+36+149=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #952495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952495 is #6ADB6A. Grayscale: #525252. Windows color (decimal): -7002987 or 9774229. OLE color: 9774229.

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

Color convert

RGB 149 36 149 -
CMYK 0 0.76 0 0.42
HSL 300º 0.61% 0.36% -
HSV(B) 300º 0.76% 0.58% -
XYZ 18.45 9.82 29.36 -
YUV 82.67 165.44 175.31 -
System Red Green Blue C M Y K H S L
Decimal 149 36 149 0 0.76 0 0.42 300 0.61 0.36
Hex 95 24 95 0 4C 0 2A 12C 3D 24
Octal 225 44 225 0 114 0 52 454 75 44
Binary 10010101 100100 10010101 0 1001100 0 101010 100101100 111101 100100

Color Harmonies of #952495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952495

Black with #952495

Text Example


Text Example

White with #952495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952495; }

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

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

background-color css

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

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

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

border-color css

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

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

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