Html Css Color HEX #95408F Vivid Violet

📋 copy color: '#95408F'

red 149 ◦ green 64 ◦ blue 143

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

Shades of Vivid Violet #95408F

Tints of Vivid Violet #95408F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.17%

R = 41.85%
G = 17.98%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95408F (or 0x95408F) is known color: Vivid Violet. HEX triplet: 95, 40 and 8F. RGB value is (149,64,143). Sum of RGB (Red+Green+Blue) = 149+64+143=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #95408F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95408F is #6ABF70. Grayscale: #626262. Windows color (decimal): -6995825 or 9388181. OLE color: 9388181.

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

Color convert

RGB 149 64 143 -
CMYK 0 0.57 0.04 0.42
HSL 304.24º 0.4% 0.42% -
HSV(B) 304.24º 0.57% 0.58% -
XYZ 19.19 12.04 27.3 -
YUV 98.42 153.16 164.08 -
System Red Green Blue C M Y K H S L
Decimal 149 64 143 0 0.57 0.04 0.42 304.24 0.4 0.42
Hex 95 40 8F 0 39 4 2A 130 28 2A
Octal 225 100 217 0 71 4 52 460 50 52
Binary 10010101 1000000 10001111 0 111001 100 101010 100110000 101000 101010

Color Harmonies of #95408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95408F

Black with #95408F

Text Example


Text Example

White with #95408F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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