Html Css Color HEX #88338C Vivid Violet

📋 copy color: '#88338C'

red 136 ◦ green 51 ◦ blue 140

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

Shades of Vivid Violet #88338C

Tints of Vivid Violet #88338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.6%

 BLUE value IS 140 (55.08% from 255) = 42.81%

R = 41.59%
G = 15.6%
B = 42.81%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88338C (or 0x88338C) is known color: Vivid Violet. HEX triplet: 88, 33 and 8C. RGB value is (136,51,140). Sum of RGB (Red+Green+Blue) = 136+51+140=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #88338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88338C is #77CC73. Grayscale: #565656. Windows color (decimal): -7851124 or 9188232. OLE color: 9188232.

HSL color Cylindrical-coordinate representation of color #88338C: hue angle of 297.3º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #88338C is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 136 51 140 -
CMYK 0.03 0.64 0 0.45
HSL 297.3º 0.47% 0.37% -
HSV(B) 297.3º 0.64% 0.55% -
XYZ 16.07 9.5 25.8 -
YUV 86.56 158.16 163.26 -
System Red Green Blue C M Y K H S L
Decimal 136 51 140 0.03 0.64 0 0.45 297.3 0.47 0.37
Hex 88 33 8C 3 40 0 2D 129 2F 25
Octal 210 63 214 3 100 0 55 451 57 45
Binary 10001000 110011 10001100 11 1000000 0 101101 100101001 101111 100101

Color Harmonies of #88338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88338C

Black with #88338C

Text Example


Text Example

White with #88338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,51,140); }

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

background-color css

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

 a { background-color: rgb(136,51,140); }

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

border-color css

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

 span { border-color: rgb(136,51,140); }

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