Html Css Color HEX #88389C Vivid Violet

📋 copy color: '#88389C'

red 136 ◦ green 56 ◦ blue 156

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

Shades of Vivid Violet #88389C

Tints of Vivid Violet #88389C

RGB

 RED value IS 136 (53.52% from 255) = 39.08%

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

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

R = 39.08%
G = 16.09%
B = 44.83%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88389C (or 0x88389C) is known color: Vivid Violet. HEX triplet: 88, 38 and 9C. RGB value is (136,56,156). Sum of RGB (Red+Green+Blue) = 136+56+156=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #88389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88389C is #77C763. Grayscale: #5B5B5B. Windows color (decimal): -7849828 or 10238088. OLE color: 10238088.

HSL color Cylindrical-coordinate representation of color #88389C: hue angle of 288º 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 #88389C is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 56 156 -
CMYK 0.13 0.64 0 0.39
HSL 288º 0.47% 0.42% -
HSV(B) 288º 0.64% 0.61% -
XYZ 17.57 10.46 32.55 -
YUV 91.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 136 56 156 0.13 0.64 0 0.39 288 0.47 0.42
Hex 88 38 9C D 40 0 27 120 2F 2A
Octal 210 70 234 15 100 0 47 440 57 52
Binary 10001000 111000 10011100 1101 1000000 0 100111 100100000 101111 101010

Color Harmonies of #88389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88389C

Black with #88389C

Text Example


Text Example

White with #88389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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