Html Css Color HEX #8825EC Blue Violet

📋 copy color: '#8825EC'

red 136 ◦ green 37 ◦ blue 236

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

Shades of Blue Violet #8825EC

Tints of Blue Violet #8825EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57.7%

R = 33.25%
G = 9.05%
B = 57.7%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8825EC (or 0x8825EC) is known color: Blue Violet. HEX triplet: 88, 25 and EC. RGB value is (136,37,236). Sum of RGB (Red+Green+Blue) = 136+37+236=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #8825EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8825EC is #77DA13. Grayscale: #585858. Windows color (decimal): -7854612 or 15476104. OLE color: 15476104.

HSL color Cylindrical-coordinate representation of color #8825EC: hue angle of 269.85º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8825EC is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 37 236 -
CMYK 0.42 0.84 0 0.07
HSL 269.85º 0.84% 0.54% -
HSV(B) 269.85º 0.84% 0.93% -
XYZ 25.96 12.61 80.42 -
YUV 89.29 210.8 161.32 -
System Red Green Blue C M Y K H S L
Decimal 136 37 236 0.42 0.84 0 0.07 269.85 0.84 0.54
Hex 88 25 EC 2A 54 0 7 10E 54 36
Octal 210 45 354 52 124 0 7 416 124 66
Binary 10001000 100101 11101100 101010 1010100 0 111 100001110 1010100 110110

Color Harmonies of #8825EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8825EC

Black with #8825EC

Text Example


Text Example

White with #8825EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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