Html Css Color HEX #953090 Vivid Violet

📋 copy color: '#953090'

red 149 ◦ green 48 ◦ blue 144

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

Shades of Vivid Violet #953090

Tints of Vivid Violet #953090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.08%

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

R = 43.7%
G = 14.08%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#953090 (or 0x953090) is known color: Vivid Violet. HEX triplet: 95, 30 and 90. RGB value is (149,48,144). Sum of RGB (Red+Green+Blue) = 149+48+144=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #953090 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953090 is #6ACF6F. Grayscale: #585858. Windows color (decimal): -6999920 or 9449621. OLE color: 9449621.

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

Color convert

RGB 149 48 144 -
CMYK 0 0.68 0.03 0.42
HSL 302.97º 0.51% 0.39% -
HSV(B) 302.97º 0.68% 0.58% -
XYZ 18.49 10.52 27.44 -
YUV 89.14 158.96 170.69 -
System Red Green Blue C M Y K H S L
Decimal 149 48 144 0 0.68 0.03 0.42 302.97 0.51 0.39
Hex 95 30 90 0 44 3 2A 12F 33 27
Octal 225 60 220 0 104 3 52 457 63 47
Binary 10010101 110000 10010000 0 1000100 11 101010 100101111 110011 100111

Color Harmonies of #953090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953090

Black with #953090

Text Example


Text Example

White with #953090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953090; }

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

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

background-color css

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

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

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

border-color css

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

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

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