Html Css Color HEX #953499 Vivid Violet

📋 copy color: '#953499'

red 149 ◦ green 52 ◦ blue 153

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

Shades of Vivid Violet #953499

Tints of Vivid Violet #953499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.69%

 BLUE value IS 153 (60.16% from 255) = 43.22%

R = 42.09%
G = 14.69%
B = 43.22%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#953499 (or 0x953499) is known color: Vivid Violet. HEX triplet: 95, 34 and 99. RGB value is (149,52,153). Sum of RGB (Red+Green+Blue) = 149+52+153=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #953499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953499 is #6ACB66. Grayscale: #5C5C5C. Windows color (decimal): -6998887 or 10040469. OLE color: 10040469.

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

Color convert

RGB 149 52 153 -
CMYK 0.03 0.66 0 0.4
HSL 297.62º 0.49% 0.4% -
HSV(B) 297.62º 0.66% 0.6% -
XYZ 19.37 11.15 31.27 -
YUV 92.52 162.14 168.29 -
System Red Green Blue C M Y K H S L
Decimal 149 52 153 0.03 0.66 0 0.4 297.62 0.49 0.4
Hex 95 34 99 3 42 0 28 12A 31 28
Octal 225 64 231 3 102 0 50 452 61 50
Binary 10010101 110100 10011001 11 1000010 0 101000 100101010 110001 101000

Color Harmonies of #953499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953499

Black with #953499

Text Example


Text Example

White with #953499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953499; }

 p { color: rgb(149,52,153); }

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

background-color css

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

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

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

border-color css

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

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

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