Html Css Color HEX #954087 Vivid Violet

📋 copy color: '#954087'

red 149 ◦ green 64 ◦ blue 135

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

Shades of Vivid Violet #954087

Tints of Vivid Violet #954087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.79%

R = 42.82%
G = 18.39%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#954087 (or 0x954087) is known color: Vivid Violet. HEX triplet: 95, 40 and 87. RGB value is (149,64,135). Sum of RGB (Red+Green+Blue) = 149+64+135=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #954087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954087 is #6ABF78. Grayscale: #616161. Windows color (decimal): -6995833 or 8863893. OLE color: 8863893.

HSL color Cylindrical-coordinate representation of color #954087: hue angle of 309.88º 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 #954087 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 64 135 -
CMYK 0 0.57 0.09 0.42
HSL 309.88º 0.4% 0.42% -
HSV(B) 309.88º 0.57% 0.58% -
XYZ 18.6 11.81 24.22 -
YUV 97.51 149.16 164.73 -
System Red Green Blue C M Y K H S L
Decimal 149 64 135 0 0.57 0.09 0.42 309.88 0.4 0.42
Hex 95 40 87 0 39 9 2A 136 28 2A
Octal 225 100 207 0 71 11 52 466 50 52
Binary 10010101 1000000 10000111 0 111001 1001 101010 100110110 101000 101010

Color Harmonies of #954087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954087

Black with #954087

Text Example


Text Example

White with #954087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954087; }

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

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

background-color css

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

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

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

border-color css

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

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

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