Html Css Color HEX #95418D Vivid Violet

📋 copy color: '#95418D'

red 149 ◦ green 65 ◦ blue 141

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

Shades of Vivid Violet #95418D

Tints of Vivid Violet #95418D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.72%

R = 41.97%
G = 18.31%
B = 39.72%

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

#95418D (or 0x95418D) is known color: Vivid Violet. HEX triplet: 95, 41 and 8D. RGB value is (149,65,141). Sum of RGB (Red+Green+Blue) = 149+65+141=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #95418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95418D is #6ABE72. Grayscale: #626262. Windows color (decimal): -6995571 or 9257365. OLE color: 9257365.

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

Color convert

RGB 149 65 141 -
CMYK 0 0.56 0.05 0.42
HSL 305.71º 0.39% 0.42% -
HSV(B) 305.71º 0.56% 0.58% -
XYZ 19.09 12.09 26.53 -
YUV 98.78 151.83 163.82 -
System Red Green Blue C M Y K H S L
Decimal 149 65 141 0 0.56 0.05 0.42 305.71 0.39 0.42
Hex 95 41 8D 0 38 5 2A 132 27 2A
Octal 225 101 215 0 70 5 52 462 47 52
Binary 10010101 1000001 10001101 0 111000 101 101010 100110010 100111 101010

Color Harmonies of #95418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95418D

Black with #95418D

Text Example


Text Example

White with #95418D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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