Html Css Color HEX #95418F Vivid Violet

📋 copy color: '#95418F'

red 149 ◦ green 65 ◦ blue 143

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

Shades of Vivid Violet #95418F

Tints of Vivid Violet #95418F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.21%

 BLUE value IS 143 (56.25% from 255) = 40.06%

R = 41.74%
G = 18.21%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95418F (or 0x95418F) is known color: Vivid Violet. HEX triplet: 95, 41 and 8F. RGB value is (149,65,143). Sum of RGB (Red+Green+Blue) = 149+65+143=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95418F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95418F is #6ABE70. Grayscale: #626262. Windows color (decimal): -6995569 or 9388437. OLE color: 9388437.

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

Color convert

RGB 149 65 143 -
CMYK 0 0.56 0.04 0.42
HSL 304.29º 0.39% 0.42% -
HSV(B) 304.29º 0.56% 0.58% -
XYZ 19.24 12.15 27.32 -
YUV 99.01 152.83 163.66 -
System Red Green Blue C M Y K H S L
Decimal 149 65 143 0 0.56 0.04 0.42 304.29 0.39 0.42
Hex 95 41 8F 0 38 4 2A 130 27 2A
Octal 225 101 217 0 70 4 52 460 47 52
Binary 10010101 1000001 10001111 0 111000 100 101010 100110000 100111 101010

Color Harmonies of #95418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95418F

Black with #95418F

Text Example


Text Example

White with #95418F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95418F; }

 p { color: rgb(149,65,143); }

 H1.HeaderClassName
 {
   color: #95418F;
 }
 .AnyTagClassName
 {
   color: #95418F;
 }
</style>

background-color css

<style>
 a { background-color: #95418F; }

 a { background-color: rgb(149,65,143); }

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

border-color css

<style>
 span { border-color: #95418F; }

 span { border-color: rgb(149,65,143); }

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