Html Css Color HEX #88238C Vivid Violet

📋 copy color: '#88238C'

red 136 ◦ green 35 ◦ blue 140

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

Shades of Vivid Violet #88238C

Tints of Vivid Violet #88238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.25%

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

R = 43.73%
G = 11.25%
B = 45.02%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88238C (or 0x88238C) is known color: Vivid Violet. HEX triplet: 88, 23 and 8C. RGB value is (136,35,140). Sum of RGB (Red+Green+Blue) = 136+35+140=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #88238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #88238C is #77DC73. Grayscale: #4C4C4C. Windows color (decimal): -7855220 or 9184136. OLE color: 9184136.

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

Color convert

RGB 136 35 140 -
CMYK 0.03 0.75 0 0.45
HSL 297.71º 0.6% 0.34% -
HSV(B) 297.71º 0.75% 0.55% -
XYZ 15.49 8.33 25.6 -
YUV 77.17 163.46 169.96 -
System Red Green Blue C M Y K H S L
Decimal 136 35 140 0.03 0.75 0 0.45 297.71 0.6 0.34
Hex 88 23 8C 3 4B 0 2D 12A 3C 22
Octal 210 43 214 3 113 0 55 452 74 42
Binary 10001000 100011 10001100 11 1001011 0 101101 100101010 111100 100010

Color Harmonies of #88238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88238C

Black with #88238C

Text Example


Text Example

White with #88238C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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