Html Css Color HEX #95409A Vivid Violet

📋 copy color: '#95409A'

red 149 ◦ green 64 ◦ blue 154

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

Shades of Vivid Violet #95409A

Tints of Vivid Violet #95409A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.96%

R = 40.6%
G = 17.44%
B = 41.96%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#95409A (or 0x95409A) is known color: Vivid Violet. HEX triplet: 95, 40 and 9A. RGB value is (149,64,154). Sum of RGB (Red+Green+Blue) = 149+64+154=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 154 - color contains mainly: blue. Hex color #95409A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95409A is #6ABF65. Grayscale: #636363. Windows color (decimal): -6995814 or 10109077. OLE color: 10109077.

HSL color Cylindrical-coordinate representation of color #95409A: hue angle of 296.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95409A is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 64 154 -
CMYK 0.03 0.58 0 0.40
HSL 296.67º 0.41% 0.43% -
HSV(B) 296.67º 0.58% 0.6% -
XYZ 20.06 12.39 31.91 -
YUV 99.68 158.66 163.18 -
System Red Green Blue C M Y K H S L
Decimal 149 64 154 0.03 0.58 0 0.40 296.67 0.41 0.43
Hex 95 40 9A 3 3A 0 28 129 29 2B
Octal 225 100 232 3 72 0 50 451 51 53
Binary 10010101 1000000 10011010 11 111010 0 101000 100101001 101001 101011

Color Harmonies of #95409A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95409A

Black with #95409A

Text Example


Text Example

White with #95409A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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