Html Css Color HEX #95408C Vivid Violet

📋 copy color: '#95408C'

red 149 ◦ green 64 ◦ blue 140

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

Shades of Vivid Violet #95408C

Tints of Vivid Violet #95408C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.66%

R = 42.21%
G = 18.13%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95408C (or 0x95408C) is known color: Vivid Violet. HEX triplet: 95, 40 and 8C. RGB value is (149,64,140). Sum of RGB (Red+Green+Blue) = 149+64+140=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #95408C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95408C is #6ABF73. Grayscale: #616161. Windows color (decimal): -6995828 or 9191573. OLE color: 9191573.

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

Color convert

RGB 149 64 140 -
CMYK 0 0.57 0.06 0.42
HSL 306.35º 0.4% 0.42% -
HSV(B) 306.35º 0.57% 0.58% -
XYZ 18.96 11.95 26.12 -
YUV 98.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 149 64 140 0 0.57 0.06 0.42 306.35 0.4 0.42
Hex 95 40 8C 0 39 6 2A 132 28 2A
Octal 225 100 214 0 71 6 52 462 50 52
Binary 10010101 1000000 10001100 0 111001 110 101010 100110010 101000 101010

Color Harmonies of #95408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95408C

Black with #95408C

Text Example


Text Example

White with #95408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95408C; }

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

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

background-color css

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

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

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

border-color css

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

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

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