Html Css Color HEX #95398F Vivid Violet

📋 copy color: '#95398F'

red 149 ◦ green 57 ◦ blue 143

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

Shades of Vivid Violet #95398F

Tints of Vivid Violet #95398F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.33%

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

R = 42.69%
G = 16.33%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95398F (or 0x95398F) is known color: Vivid Violet. HEX triplet: 95, 39 and 8F. RGB value is (149,57,143). Sum of RGB (Red+Green+Blue) = 149+57+143=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #95398F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95398F is #6AC670. Grayscale: #5E5E5E. Windows color (decimal): -6997617 or 9386389. OLE color: 9386389.

HSL color Cylindrical-coordinate representation of color #95398F: hue angle of 303.91º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95398F is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 57 143 -
CMYK 0 0.62 0.04 0.42
HSL 303.91º 0.45% 0.4% -
HSV(B) 303.91º 0.62% 0.58% -
XYZ 18.82 11.3 27.18 -
YUV 94.31 155.48 167.01 -
System Red Green Blue C M Y K H S L
Decimal 149 57 143 0 0.62 0.04 0.42 303.91 0.45 0.4
Hex 95 39 8F 0 3E 4 2A 130 2D 28
Octal 225 71 217 0 76 4 52 460 55 50
Binary 10010101 111001 10001111 0 111110 100 101010 100110000 101101 101000

Color Harmonies of #95398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95398F

Black with #95398F

Text Example


Text Example

White with #95398F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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