Html Css Color HEX #8825A7 Vivid Violet

📋 copy color: '#8825A7'

red 136 ◦ green 37 ◦ blue 167

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

Shades of Vivid Violet #8825A7

Tints of Vivid Violet #8825A7

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.88%

 BLUE value IS 167 (65.63% from 255) = 49.12%

R = 40%
G = 10.88%
B = 49.12%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8825A7 (or 0x8825A7) is known color: Vivid Violet. HEX triplet: 88, 25 and A7. RGB value is (136,37,167). Sum of RGB (Red+Green+Blue) = 136+37+167=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 167 (65.62% from 255 or 49.12% from 340); Max value from RGB is 167 - color contains mainly: blue. Hex color #8825A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8825A7 is #77DA58. Grayscale: #515151. Windows color (decimal): -7854681 or 10954120. OLE color: 10954120.

HSL color Cylindrical-coordinate representation of color #8825A7: hue angle of 285.69º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8825A7 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 136 37 167 -
CMYK 0.19 0.78 0 0.35
HSL 285.69º 0.64% 0.4% -
HSV(B) 285.69º 0.78% 0.65% -
XYZ 17.79 9.35 37.43 -
YUV 81.42 176.3 166.93 -
System Red Green Blue C M Y K H S L
Decimal 136 37 167 0.19 0.78 0 0.35 285.69 0.64 0.4
Hex 88 25 A7 13 4E 0 23 11E 40 28
Octal 210 45 247 23 116 0 43 436 100 50
Binary 10001000 100101 10100111 10011 1001110 0 100011 100011110 1000000 101000

Color Harmonies of #8825A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8825A7

Black with #8825A7

Text Example


Text Example

White with #8825A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8825A7; }

 p { color: rgb(136,37,167); }

 H1.HeaderClassName
 {
   color: #8825A7;
 }
 .AnyTagClassName
 {
   color: #8825A7;
 }
</style>

background-color css

<style>
 a { background-color: #8825A7; }

 a { background-color: rgb(136,37,167); }

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

border-color css

<style>
 span { border-color: #8825A7; }

 span { border-color: rgb(136,37,167); }

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