Html Css Color HEX #953790 Vivid Violet

📋 copy color: '#953790'

red 149 ◦ green 55 ◦ blue 144

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

Shades of Vivid Violet #953790

Tints of Vivid Violet #953790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.8%

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

R = 42.82%
G = 15.8%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#953790 (or 0x953790) is known color: Vivid Violet. HEX triplet: 95, 37 and 90. RGB value is (149,55,144). Sum of RGB (Red+Green+Blue) = 149+55+144=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #953790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953790 is #6AC86F. Grayscale: #5C5C5C. Windows color (decimal): -6998128 or 9451413. OLE color: 9451413.

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

Color convert

RGB 149 55 144 -
CMYK 0 0.63 0.03 0.42
HSL 303.19º 0.46% 0.4% -
HSV(B) 303.19º 0.63% 0.58% -
XYZ 18.79 11.14 27.54 -
YUV 93.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 149 55 144 0 0.63 0.03 0.42 303.19 0.46 0.4
Hex 95 37 90 0 3F 3 2A 12F 2E 28
Octal 225 67 220 0 77 3 52 457 56 50
Binary 10010101 110111 10010000 0 111111 11 101010 100101111 101110 101000

Color Harmonies of #953790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953790

Black with #953790

Text Example


Text Example

White with #953790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953790; }

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

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

background-color css

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

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

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

border-color css

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

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

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