Html Css Color HEX #95428E Vivid Violet

📋 copy color: '#95428E'

red 149 ◦ green 66 ◦ blue 142

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

Shades of Vivid Violet #95428E

Tints of Vivid Violet #95428E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.78%

R = 41.74%
G = 18.49%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95428E (or 0x95428E) is known color: Vivid Violet. HEX triplet: 95, 42 and 8E. RGB value is (149,66,142). Sum of RGB (Red+Green+Blue) = 149+66+142=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95428E is #6ABD71. Grayscale: #636363. Windows color (decimal): -6995314 or 9323157. OLE color: 9323157.

HSL color Cylindrical-coordinate representation of color #95428E: hue angle of 305.06º 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 #95428E is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 66 142 -
CMYK 0 0.56 0.05 0.42
HSL 305.06º 0.39% 0.42% -
HSV(B) 305.06º 0.56% 0.58% -
XYZ 19.23 12.24 26.94 -
YUV 99.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 149 66 142 0 0.56 0.05 0.42 305.06 0.39 0.42
Hex 95 42 8E 0 38 5 2A 131 27 2A
Octal 225 102 216 0 70 5 52 461 47 52
Binary 10010101 1000010 10001110 0 111000 101 101010 100110001 100111 101010

Color Harmonies of #95428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95428E

Black with #95428E

Text Example


Text Example

White with #95428E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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