Html Css Color HEX #95428C Vivid Violet

📋 copy color: '#95428C'

red 149 ◦ green 66 ◦ blue 140

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

Shades of Vivid Violet #95428C

Tints of Vivid Violet #95428C

RGB

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

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

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

R = 41.97%
G = 18.59%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#95428C (or 0x95428C) is known color: Vivid Violet. HEX triplet: 95, 42 and 8C. RGB value is (149,66,140). Sum of RGB (Red+Green+Blue) = 149+66+140=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #95428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95428C is #6ABD73. Grayscale: #636363. Windows color (decimal): -6995316 or 9192085. OLE color: 9192085.

HSL color Cylindrical-coordinate representation of color #95428C: hue angle of 306.51º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95428C is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 66 140 -
CMYK 0 0.56 0.06 0.42
HSL 306.51º 0.39% 0.42% -
HSV(B) 306.51º 0.56% 0.58% -
XYZ 19.08 12.18 26.16 -
YUV 99.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 149 66 140 0 0.56 0.06 0.42 306.51 0.39 0.42
Hex 95 42 8C 0 38 6 2A 133 27 2A
Octal 225 102 214 0 70 6 52 463 47 52
Binary 10010101 1000010 10001100 0 111000 110 101010 100110011 100111 101010

Color Harmonies of #95428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95428C

Black with #95428C

Text Example


Text Example

White with #95428C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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