Html Css Color HEX #954290 Vivid Violet

📋 copy color: '#954290'

red 149 ◦ green 66 ◦ blue 144

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

Shades of Vivid Violet #954290

Tints of Vivid Violet #954290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.38%

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

R = 41.5%
G = 18.38%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#954290 (or 0x954290) is known color: Vivid Violet. HEX triplet: 95, 42 and 90. RGB value is (149,66,144). Sum of RGB (Red+Green+Blue) = 149+66+144=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #954290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954290 is #6ABD6F. Grayscale: #636363. Windows color (decimal): -6995312 or 9454229. OLE color: 9454229.

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

Color convert

RGB 149 66 144 -
CMYK 0 0.56 0.03 0.42
HSL 303.61º 0.39% 0.42% -
HSV(B) 303.61º 0.56% 0.58% -
XYZ 19.38 12.3 27.74 -
YUV 99.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 149 66 144 0 0.56 0.03 0.42 303.61 0.39 0.42
Hex 95 42 90 0 38 3 2A 130 27 2A
Octal 225 102 220 0 70 3 52 460 47 52
Binary 10010101 1000010 10010000 0 111000 11 101010 100110000 100111 101010

Color Harmonies of #954290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954290

Black with #954290

Text Example


Text Example

White with #954290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954290; }

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

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

background-color css

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

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

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

border-color css

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

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

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