Html Css Color HEX #953290 Vivid Violet

📋 copy color: '#953290'

red 149 ◦ green 50 ◦ blue 144

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

Shades of Vivid Violet #953290

Tints of Vivid Violet #953290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

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

R = 43.44%
G = 14.58%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#953290 (or 0x953290) is known color: Vivid Violet. HEX triplet: 95, 32 and 90. RGB value is (149,50,144). Sum of RGB (Red+Green+Blue) = 149+50+144=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #953290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953290 is #6ACD6F. Grayscale: #5A5A5A. Windows color (decimal): -6999408 or 9450133. OLE color: 9450133.

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

Color convert

RGB 149 50 144 -
CMYK 0 0.66 0.03 0.42
HSL 303.03º 0.5% 0.39% -
HSV(B) 303.03º 0.66% 0.58% -
XYZ 18.57 10.68 27.47 -
YUV 90.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 149 50 144 0 0.66 0.03 0.42 303.03 0.5 0.39
Hex 95 32 90 0 42 3 2A 12F 32 27
Octal 225 62 220 0 102 3 52 457 62 47
Binary 10010101 110010 10010000 0 1000010 11 101010 100101111 110010 100111

Color Harmonies of #953290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953290

Black with #953290

Text Example


Text Example

White with #953290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953290; }

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

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

background-color css

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

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

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

border-color css

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

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

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