Html Css Color HEX #95388F Vivid Violet

📋 copy color: '#95388F'

red 149 ◦ green 56 ◦ blue 143

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

Shades of Vivid Violet #95388F

Tints of Vivid Violet #95388F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.09%

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

R = 42.82%
G = 16.09%
B = 41.09%

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

#95388F (or 0x95388F) is known color: Vivid Violet. HEX triplet: 95, 38 and 8F. RGB value is (149,56,143). Sum of RGB (Red+Green+Blue) = 149+56+143=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #95388F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95388F is #6AC770. Grayscale: #5D5D5D. Windows color (decimal): -6997873 or 9386133. OLE color: 9386133.

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

Color convert

RGB 149 56 143 -
CMYK 0 0.62 0.04 0.42
HSL 303.87º 0.45% 0.4% -
HSV(B) 303.87º 0.62% 0.58% -
XYZ 18.77 11.2 27.16 -
YUV 93.73 155.81 167.43 -
System Red Green Blue C M Y K H S L
Decimal 149 56 143 0 0.62 0.04 0.42 303.87 0.45 0.4
Hex 95 38 8F 0 3E 4 2A 130 2D 28
Octal 225 70 217 0 76 4 52 460 55 50
Binary 10010101 111000 10001111 0 111110 100 101010 100110000 101101 101000

Color Harmonies of #95388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95388F

Black with #95388F

Text Example


Text Example

White with #95388F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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