Html Css Color HEX #952E95 Vivid Violet

📋 copy color: '#952E95'

red 149 ◦ green 46 ◦ blue 149

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

Shades of Vivid Violet #952E95

Tints of Vivid Violet #952E95

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.37%

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

R = 43.31%
G = 13.37%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#952E95 (or 0x952E95) is known color: Vivid Violet. HEX triplet: 95, 2E and 95. RGB value is (149,46,149). Sum of RGB (Red+Green+Blue) = 149+46+149=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #952E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952E95 is #6AD16A. Grayscale: #585858. Windows color (decimal): -7000427 or 9776789. OLE color: 9776789.

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

Color convert

RGB 149 46 149 -
CMYK 0 0.69 0 0.42
HSL 300º 0.53% 0.38% -
HSV(B) 300º 0.69% 0.58% -
XYZ 18.8 10.51 29.47 -
YUV 88.54 162.12 171.12 -
System Red Green Blue C M Y K H S L
Decimal 149 46 149 0 0.69 0 0.42 300 0.53 0.38
Hex 95 2E 95 0 45 0 2A 12C 35 26
Octal 225 56 225 0 105 0 52 454 65 46
Binary 10010101 101110 10010101 0 1000101 0 101010 100101100 110101 100110

Color Harmonies of #952E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E95

Black with #952E95

Text Example


Text Example

White with #952E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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