Html Css Color HEX #95389C Vivid Violet

📋 copy color: '#95389C'

red 149 ◦ green 56 ◦ blue 156

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

Shades of Vivid Violet #95389C

Tints of Vivid Violet #95389C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.21%

R = 41.27%
G = 15.51%
B = 43.21%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95389C (or 0x95389C) is known color: Vivid Violet. HEX triplet: 95, 38 and 9C. RGB value is (149,56,156). Sum of RGB (Red+Green+Blue) = 149+56+156=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #95389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95389C is #6AC763. Grayscale: #5E5E5E. Windows color (decimal): -6997860 or 10238101. OLE color: 10238101.

HSL color Cylindrical-coordinate representation of color #95389C: hue angle of 295.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95389C is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 56 156 -
CMYK 0.04 0.64 0 0.39
HSL 295.8º 0.47% 0.42% -
HSV(B) 295.8º 0.64% 0.61% -
XYZ 19.81 11.62 32.65 -
YUV 95.21 162.31 166.37 -
System Red Green Blue C M Y K H S L
Decimal 149 56 156 0.04 0.64 0 0.39 295.8 0.47 0.42
Hex 95 38 9C 4 40 0 27 128 2F 2A
Octal 225 70 234 4 100 0 47 450 57 52
Binary 10010101 111000 10011100 100 1000000 0 100111 100101000 101111 101010

Color Harmonies of #95389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95389C

Black with #95389C

Text Example


Text Example

White with #95389C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95389C; }

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

 H1.HeaderClassName
 {
   color: #95389C;
 }
 .AnyTagClassName
 {
   color: #95389C;
 }
</style>

background-color css

<style>
 a { background-color: #95389C; }

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

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

border-color css

<style>
 span { border-color: #95389C; }

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

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