Html Css Color HEX #952395 Vivid Violet

📋 copy color: '#952395'

red 149 ◦ green 35 ◦ blue 149

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

Shades of Vivid Violet #952395

Tints of Vivid Violet #952395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.51%

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

R = 44.74%
G = 10.51%
B = 44.74%

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

#952395 (or 0x952395) is known color: Vivid Violet. HEX triplet: 95, 23 and 95. RGB value is (149,35,149). Sum of RGB (Red+Green+Blue) = 149+35+149=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #952395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952395 is #6ADC6A. Grayscale: #515151. Windows color (decimal): -7003243 or 9773973. OLE color: 9773973.

HSL color Cylindrical-coordinate representation of color #952395: hue angle of 300º degrees, saturation: 0.62, 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 #952395 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 35 149 -
CMYK 0 0.77 0 0.42
HSL 300º 0.62% 0.36% -
HSV(B) 300º 0.77% 0.58% -
XYZ 18.42 9.76 29.35 -
YUV 82.08 165.77 175.73 -
System Red Green Blue C M Y K H S L
Decimal 149 35 149 0 0.77 0 0.42 300 0.62 0.36
Hex 95 23 95 0 4D 0 2A 12C 3E 24
Octal 225 43 225 0 115 0 52 454 76 44
Binary 10010101 100011 10010101 0 1001101 0 101010 100101100 111110 100100

Color Harmonies of #952395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952395

Black with #952395

Text Example


Text Example

White with #952395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952395; }

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

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

background-color css

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

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

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

border-color css

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

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

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