Html Css Color HEX #95409D Vivid Violet

📋 copy color: '#95409D'

red 149 ◦ green 64 ◦ blue 157

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

Shades of Vivid Violet #95409D

Tints of Vivid Violet #95409D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.43%

R = 40.27%
G = 17.3%
B = 42.43%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95409D (or 0x95409D) is known color: Vivid Violet. HEX triplet: 95, 40 and 9D. RGB value is (149,64,157). Sum of RGB (Red+Green+Blue) = 149+64+157=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #95409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95409D is #6ABF62. Grayscale: #636363. Windows color (decimal): -6995811 or 10305685. OLE color: 10305685.

HSL color Cylindrical-coordinate representation of color #95409D: hue angle of 294.84º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95409D is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 64 157 -
CMYK 0.05 0.59 0 0.38
HSL 294.84º 0.42% 0.43% -
HSV(B) 294.84º 0.59% 0.62% -
XYZ 20.31 12.49 33.24 -
YUV 100.02 160.16 162.94 -
System Red Green Blue C M Y K H S L
Decimal 149 64 157 0.05 0.59 0 0.38 294.84 0.42 0.43
Hex 95 40 9D 5 3B 0 26 127 2A 2B
Octal 225 100 235 5 73 0 46 447 52 53
Binary 10010101 1000000 10011101 101 111011 0 100110 100100111 101010 101011

Color Harmonies of #95409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95409D

Black with #95409D

Text Example


Text Example

White with #95409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95409D; }

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

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

background-color css

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

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

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

border-color css

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

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

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