Html Css Color HEX #95429C Vivid Violet

📋 copy color: '#95429C'

red 149 ◦ green 66 ◦ blue 156

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

Shades of Vivid Violet #95429C

Tints of Vivid Violet #95429C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.79%

 BLUE value IS 156 (61.33% from 255) = 42.05%

R = 40.16%
G = 17.79%
B = 42.05%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95429C (or 0x95429C) is known color: Vivid Violet. HEX triplet: 95, 42 and 9C. RGB value is (149,66,156). Sum of RGB (Red+Green+Blue) = 149+66+156=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #95429C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95429C is #6ABD63. Grayscale: #646464. Windows color (decimal): -6995300 or 10240661. OLE color: 10240661.

HSL color Cylindrical-coordinate representation of color #95429C: hue angle of 295.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95429C is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 66 156 -
CMYK 0.04 0.58 0 0.39
HSL 295.33º 0.41% 0.44% -
HSV(B) 295.33º 0.58% 0.61% -
XYZ 20.34 12.69 32.83 -
YUV 101.08 159 162.18 -
System Red Green Blue C M Y K H S L
Decimal 149 66 156 0.04 0.58 0 0.39 295.33 0.41 0.44
Hex 95 42 9C 4 3A 0 27 127 29 2C
Octal 225 102 234 4 72 0 47 447 51 54
Binary 10010101 1000010 10011100 100 111010 0 100111 100100111 101001 101100

Color Harmonies of #95429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95429C

Black with #95429C

Text Example


Text Example

White with #95429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,66,156); }

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

background-color css

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

 a { background-color: rgb(149,66,156); }

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

border-color css

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

 span { border-color: rgb(149,66,156); }

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