Html Css Color HEX #8831E6 Blue Violet

📋 copy color: '#8831E6'

red 136 ◦ green 49 ◦ blue 230

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

Shades of Blue Violet #8831E6

Tints of Blue Violet #8831E6

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.81%

 BLUE value IS 230 (90.23% from 255) = 55.42%

R = 32.77%
G = 11.81%
B = 55.42%

CMYK

 C value IS 0.41

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8831E6 (or 0x8831E6) is known color: Blue Violet. HEX triplet: 88, 31 and E6. RGB value is (136,49,230). Sum of RGB (Red+Green+Blue) = 136+49+230=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 230 (90.23% from 255 or 55.42% from 415); Max value from RGB is 230 - color contains mainly: blue. Hex color #8831E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8831E6 is #77CE19. Grayscale: #5F5F5F. Windows color (decimal): -7851546 or 15085960. OLE color: 15085960.

HSL color Cylindrical-coordinate representation of color #8831E6: hue angle of 268.84º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8831E6 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 136 49 230 -
CMYK 0.41 0.79 0 0.10
HSL 268.84º 0.78% 0.55% -
HSV(B) 268.84º 0.79% 0.9% -
XYZ 25.53 13.14 76.05 -
YUV 95.65 203.82 156.78 -
System Red Green Blue C M Y K H S L
Decimal 136 49 230 0.41 0.79 0 0.10 268.84 0.78 0.55
Hex 88 31 E6 29 4F 0 A 10D 4E 37
Octal 210 61 346 51 117 0 12 415 116 67
Binary 10001000 110001 11100110 101001 1001111 0 1010 100001101 1001110 110111

Color Harmonies of #8831E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8831E6

Black with #8831E6

Text Example


Text Example

White with #8831E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8831E6; }

 p { color: rgb(136,49,230); }

 H1.HeaderClassName
 {
   color: #8831E6;
 }
 .AnyTagClassName
 {
   color: #8831E6;
 }
</style>

background-color css

<style>
 a { background-color: #8831E6; }

 a { background-color: rgb(136,49,230); }

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

border-color css

<style>
 span { border-color: #8831E6; }

 span { border-color: rgb(136,49,230); }

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