Html Css Color HEX #953E89 Vivid Violet

📋 copy color: '#953E89'

red 149 ◦ green 62 ◦ blue 137

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

Shades of Vivid Violet #953E89

Tints of Vivid Violet #953E89

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.82%

 BLUE value IS 137 (53.91% from 255) = 39.37%

R = 42.82%
G = 17.82%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#953E89 (or 0x953E89) is known color: Vivid Violet. HEX triplet: 95, 3E and 89. RGB value is (149,62,137). Sum of RGB (Red+Green+Blue) = 149+62+137=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #953E89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953E89 is #6AC176. Grayscale: #606060. Windows color (decimal): -6996343 or 8994453. OLE color: 8994453.

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

Color convert

RGB 149 62 137 -
CMYK 0 0.58 0.08 0.42
HSL 308.28º 0.41% 0.41% -
HSV(B) 308.28º 0.58% 0.58% -
XYZ 18.63 11.64 24.93 -
YUV 96.56 150.82 165.4 -
System Red Green Blue C M Y K H S L
Decimal 149 62 137 0 0.58 0.08 0.42 308.28 0.41 0.41
Hex 95 3E 89 0 3A 8 2A 134 29 29
Octal 225 76 211 0 72 10 52 464 51 51
Binary 10010101 111110 10001001 0 111010 1000 101010 100110100 101001 101001

Color Harmonies of #953E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E89

Black with #953E89

Text Example


Text Example

White with #953E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953E89; }

 p { color: rgb(149,62,137); }

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

background-color css

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

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

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

border-color css

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

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

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