Html Css Color HEX #953395 Vivid Violet

📋 copy color: '#953395'

red 149 ◦ green 51 ◦ blue 149

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

Shades of Vivid Violet #953395

Tints of Vivid Violet #953395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.61%

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

R = 42.69%
G = 14.61%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#953395 (or 0x953395) is known color: Vivid Violet. HEX triplet: 95, 33 and 95. RGB value is (149,51,149). Sum of RGB (Red+Green+Blue) = 149+51+149=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 149 (58.59% from 255 or 42.69% from 349); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #953395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953395 is #6ACC6A. Grayscale: #5B5B5B. Windows color (decimal): -6999147 or 9778069. OLE color: 9778069.

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

Color convert

RGB 149 51 149 -
CMYK 0 0.66 0 0.42
HSL 300º 0.49% 0.39% -
HSV(B) 300º 0.66% 0.58% -
XYZ 19 10.93 29.54 -
YUV 91.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 149 51 149 0 0.66 0 0.42 300 0.49 0.39
Hex 95 33 95 0 42 0 2A 12C 31 27
Octal 225 63 225 0 102 0 52 454 61 47
Binary 10010101 110011 10010101 0 1000010 0 101010 100101100 110001 100111

Color Harmonies of #953395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953395

Black with #953395

Text Example


Text Example

White with #953395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953395; }

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

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

background-color css

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

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

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

border-color css

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

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

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