Html Css Color HEX #95418A Vivid Violet

📋 copy color: '#95418A'

red 149 ◦ green 65 ◦ blue 138

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

Shades of Vivid Violet #95418A

Tints of Vivid Violet #95418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.2%

R = 42.33%
G = 18.47%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#95418A (or 0x95418A) is known color: Vivid Violet. HEX triplet: 95, 41 and 8A. RGB value is (149,65,138). Sum of RGB (Red+Green+Blue) = 149+65+138=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #95418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95418A is #6ABE75. Grayscale: #626262. Windows color (decimal): -6995574 or 9060757. OLE color: 9060757.

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

Color convert

RGB 149 65 138 -
CMYK 0 0.56 0.07 0.42
HSL 307.86º 0.39% 0.42% -
HSV(B) 307.86º 0.56% 0.58% -
XYZ 18.87 12.01 25.37 -
YUV 98.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 149 65 138 0 0.56 0.07 0.42 307.86 0.39 0.42
Hex 95 41 8A 0 38 7 2A 134 27 2A
Octal 225 101 212 0 70 7 52 464 47 52
Binary 10010101 1000001 10001010 0 111000 111 101010 100110100 100111 101010

Color Harmonies of #95418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95418A

Black with #95418A

Text Example


Text Example

White with #95418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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