Html Css Color HEX #953490 Vivid Violet

📋 copy color: '#953490'

red 149 ◦ green 52 ◦ blue 144

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

Shades of Vivid Violet #953490

Tints of Vivid Violet #953490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.74%

R = 43.19%
G = 15.07%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#953490 (or 0x953490) is known color: Vivid Violet. HEX triplet: 95, 34 and 90. RGB value is (149,52,144). Sum of RGB (Red+Green+Blue) = 149+52+144=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #953490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953490 is #6ACB6F. Grayscale: #5B5B5B. Windows color (decimal): -6998896 or 9450645. OLE color: 9450645.

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

Color convert

RGB 149 52 144 -
CMYK 0 0.65 0.03 0.42
HSL 303.09º 0.48% 0.39% -
HSV(B) 303.09º 0.65% 0.58% -
XYZ 18.66 10.86 27.5 -
YUV 91.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 149 52 144 0 0.65 0.03 0.42 303.09 0.48 0.39
Hex 95 34 90 0 41 3 2A 12F 30 27
Octal 225 64 220 0 101 3 52 457 60 47
Binary 10010101 110100 10010000 0 1000001 11 101010 100101111 110000 100111

Color Harmonies of #953490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953490

Black with #953490

Text Example


Text Example

White with #953490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953490; }

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

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

background-color css

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

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

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

border-color css

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

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

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