Html Css Color HEX #953B91 Vivid Violet

📋 copy color: '#953B91'

red 149 ◦ green 59 ◦ blue 145

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

Shades of Vivid Violet #953B91

Tints of Vivid Violet #953B91

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.71%

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

R = 42.21%
G = 16.71%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#953B91 (or 0x953B91) is known color: Vivid Violet. HEX triplet: 95, 3B and 91. RGB value is (149,59,145). Sum of RGB (Red+Green+Blue) = 149+59+145=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #953B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953B91 is #6AC46E. Grayscale: #5F5F5F. Windows color (decimal): -6997103 or 9517973. OLE color: 9517973.

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

Color convert

RGB 149 59 145 -
CMYK 0 0.60 0.03 0.42
HSL 302.67º 0.43% 0.41% -
HSV(B) 302.67º 0.6% 0.58% -
XYZ 19.07 11.56 28.01 -
YUV 95.71 155.82 166.01 -
System Red Green Blue C M Y K H S L
Decimal 149 59 145 0 0.60 0.03 0.42 302.67 0.43 0.41
Hex 95 3B 91 0 3C 3 2A 12F 2B 29
Octal 225 73 221 0 74 3 52 457 53 51
Binary 10010101 111011 10010001 0 111100 11 101010 100101111 101011 101001

Color Harmonies of #953B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B91

Black with #953B91

Text Example


Text Example

White with #953B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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