Html Css Color HEX #953095 Vivid Violet

📋 copy color: '#953095'

red 149 ◦ green 48 ◦ blue 149

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

Shades of Vivid Violet #953095

Tints of Vivid Violet #953095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.87%

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

R = 43.06%
G = 13.87%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#953095 (or 0x953095) is known color: Vivid Violet. HEX triplet: 95, 30 and 95. RGB value is (149,48,149). Sum of RGB (Red+Green+Blue) = 149+48+149=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #953095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953095 is #6ACF6A. Grayscale: #595959. Windows color (decimal): -6999915 or 9777301. OLE color: 9777301.

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

Color convert

RGB 149 48 149 -
CMYK 0 0.68 0 0.42
HSL 300º 0.51% 0.39% -
HSV(B) 300º 0.68% 0.58% -
XYZ 18.88 10.67 29.5 -
YUV 89.71 161.46 170.29 -
System Red Green Blue C M Y K H S L
Decimal 149 48 149 0 0.68 0 0.42 300 0.51 0.39
Hex 95 30 95 0 44 0 2A 12C 33 27
Octal 225 60 225 0 104 0 52 454 63 47
Binary 10010101 110000 10010101 0 1000100 0 101010 100101100 110011 100111

Color Harmonies of #953095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953095

Black with #953095

Text Example


Text Example

White with #953095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953095; }

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

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

background-color css

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

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

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

border-color css

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

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

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