Html Css Color HEX #952295 Vivid Violet

📋 copy color: '#952295'

red 149 ◦ green 34 ◦ blue 149

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

Shades of Vivid Violet #952295

Tints of Vivid Violet #952295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.24%

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

R = 44.88%
G = 10.24%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#952295 (or 0x952295) is known color: Vivid Violet. HEX triplet: 95, 22 and 95. RGB value is (149,34,149). Sum of RGB (Red+Green+Blue) = 149+34+149=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #952295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952295 is #6ADD6A. Grayscale: #515151. Windows color (decimal): -7003499 or 9773717. OLE color: 9773717.

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

Color convert

RGB 149 34 149 -
CMYK 0 0.77 0 0.42
HSL 300º 0.63% 0.36% -
HSV(B) 300º 0.77% 0.58% -
XYZ 18.39 9.7 29.34 -
YUV 81.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 149 34 149 0 0.77 0 0.42 300 0.63 0.36
Hex 95 22 95 0 4D 0 2A 12C 3F 24
Octal 225 42 225 0 115 0 52 454 77 44
Binary 10010101 100010 10010101 0 1001101 0 101010 100101100 111111 100100

Color Harmonies of #952295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952295

Black with #952295

Text Example


Text Example

White with #952295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952295; }

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

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

background-color css

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

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

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

border-color css

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

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

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