Html Css Color HEX #8823F1 Blue Violet

📋 copy color: '#8823F1'

red 136 ◦ green 35 ◦ blue 241

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

Shades of Blue Violet #8823F1

Tints of Blue Violet #8823F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 58.5%

R = 33.01%
G = 8.5%
B = 58.5%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8823F1 (or 0x8823F1) is known color: Blue Violet. HEX triplet: 88, 23 and F1. RGB value is (136,35,241). Sum of RGB (Red+Green+Blue) = 136+35+241=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #8823F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8823F1 is #77DC0E. Grayscale: #575757. Windows color (decimal): -7855119 or 15803272. OLE color: 15803272.

HSL color Cylindrical-coordinate representation of color #8823F1: hue angle of 269.42º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8823F1 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 136 35 241 -
CMYK 0.44 0.85 0 0.05
HSL 269.42º 0.88% 0.54% -
HSV(B) 269.42º 0.85% 0.95% -
XYZ 26.63 12.79 84.28 -
YUV 88.68 213.96 161.75 -
System Red Green Blue C M Y K H S L
Decimal 136 35 241 0.44 0.85 0 0.05 269.42 0.88 0.54
Hex 88 23 F1 2C 55 0 5 10D 58 36
Octal 210 43 361 54 125 0 5 415 130 66
Binary 10001000 100011 11110001 101100 1010101 0 101 100001101 1011000 110110

Color Harmonies of #8823F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8823F1

Black with #8823F1

Text Example


Text Example

White with #8823F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8823F1; }

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

 H1.HeaderClassName
 {
   color: #8823F1;
 }
 .AnyTagClassName
 {
   color: #8823F1;
 }
</style>

background-color css

<style>
 a { background-color: #8823F1; }

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

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

border-color css

<style>
 span { border-color: #8823F1; }

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

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