Html Css Color HEX #953F89 Vivid Violet

📋 copy color: '#953F89'

red 149 ◦ green 63 ◦ blue 137

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

Shades of Vivid Violet #953F89

Tints of Vivid Violet #953F89

RGB

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

 GREEN value IS 63 (25% from 255) = 18.05%

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

R = 42.69%
G = 18.05%
B = 39.26%

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

#953F89 (or 0x953F89) is known color: Vivid Violet. HEX triplet: 95, 3F and 89. RGB value is (149,63,137). Sum of RGB (Red+Green+Blue) = 149+63+137=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #953F89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953F89 is #6AC076. Grayscale: #606060. Windows color (decimal): -6996087 or 8994709. OLE color: 8994709.

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

Color convert

RGB 149 63 137 -
CMYK 0 0.58 0.08 0.42
HSL 308.37º 0.41% 0.42% -
HSV(B) 308.37º 0.58% 0.58% -
XYZ 18.69 11.75 24.95 -
YUV 97.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 149 63 137 0 0.58 0.08 0.42 308.37 0.41 0.42
Hex 95 3F 89 0 3A 8 2A 134 29 2A
Octal 225 77 211 0 72 10 52 464 51 52
Binary 10010101 111111 10001001 0 111010 1000 101010 100110100 101001 101010

Color Harmonies of #953F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F89

Black with #953F89

Text Example


Text Example

White with #953F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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