Html Css Color HEX #954095 Vivid Violet

📋 copy color: '#954095'

red 149 ◦ green 64 ◦ blue 149

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

Shades of Vivid Violet #954095

Tints of Vivid Violet #954095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.68%

 BLUE value IS 149 (58.59% from 255) = 41.16%

R = 41.16%
G = 17.68%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#954095 (or 0x954095) is known color: Vivid Violet. HEX triplet: 95, 40 and 95. RGB value is (149,64,149). Sum of RGB (Red+Green+Blue) = 149+64+149=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #954095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954095 is #6ABF6A. Grayscale: #626262. Windows color (decimal): -6995819 or 9781397. OLE color: 9781397.

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

Color convert

RGB 149 64 149 -
CMYK 0 0.57 0 0.42
HSL 300º 0.4% 0.42% -
HSV(B) 300º 0.57% 0.58% -
XYZ 19.65 12.23 29.76 -
YUV 99.11 156.16 163.59 -
System Red Green Blue C M Y K H S L
Decimal 149 64 149 0 0.57 0 0.42 300 0.4 0.42
Hex 95 40 95 0 39 0 2A 12C 28 2A
Octal 225 100 225 0 71 0 52 454 50 52
Binary 10010101 1000000 10010101 0 111001 0 101010 100101100 101000 101010

Color Harmonies of #954095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954095

Black with #954095

Text Example


Text Example

White with #954095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954095; }

 p { color: rgb(149,64,149); }

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

background-color css

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

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

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

border-color css

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

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

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