Html Css Color HEX #953891 Vivid Violet

📋 copy color: '#953891'

red 149 ◦ green 56 ◦ blue 145

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

Shades of Vivid Violet #953891

Tints of Vivid Violet #953891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16%

 BLUE value IS 145 (57.03% from 255) = 41.43%

R = 42.57%
G = 16%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#953891 (or 0x953891) is known color: Vivid Violet. HEX triplet: 95, 38 and 91. RGB value is (149,56,145). Sum of RGB (Red+Green+Blue) = 149+56+145=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #953891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953891 is #6AC76E. Grayscale: #5D5D5D. Windows color (decimal): -6997871 or 9517205. OLE color: 9517205.

HSL color Cylindrical-coordinate representation of color #953891: hue angle of 302.58º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953891 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 56 145 -
CMYK 0 0.62 0.03 0.42
HSL 302.58º 0.45% 0.4% -
HSV(B) 302.58º 0.62% 0.58% -
XYZ 18.92 11.26 27.96 -
YUV 93.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 149 56 145 0 0.62 0.03 0.42 302.58 0.45 0.4
Hex 95 38 91 0 3E 3 2A 12F 2D 28
Octal 225 70 221 0 76 3 52 457 55 50
Binary 10010101 111000 10010001 0 111110 11 101010 100101111 101101 101000

Color Harmonies of #953891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953891

Black with #953891

Text Example


Text Example

White with #953891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953891; }

 p { color: rgb(149,56,145); }

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

background-color css

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

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

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

border-color css

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

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

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