Html Css Color HEX #8829DF Blue Violet

📋 copy color: '#8829DF'

red 136 ◦ green 41 ◦ blue 223

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

Shades of Blue Violet #8829DF

Tints of Blue Violet #8829DF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.25%

 BLUE value IS 223 (87.5% from 255) = 55.75%

R = 34%
G = 10.25%
B = 55.75%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8829DF (or 0x8829DF) is known color: Blue Violet. HEX triplet: 88, 29 and DF. RGB value is (136,41,223). Sum of RGB (Red+Green+Blue) = 136+41+223=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #8829DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8829DF is #77D620. Grayscale: #595959. Windows color (decimal): -7853601 or 14625160. OLE color: 14625160.

HSL color Cylindrical-coordinate representation of color #8829DF: hue angle of 271.32º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8829DF is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 136 41 223 -
CMYK 0.39 0.82 0 0.13
HSL 271.32º 0.74% 0.52% -
HSV(B) 271.32º 0.82% 0.87% -
XYZ 24.27 12.15 70.88 -
YUV 90.15 202.97 160.7 -
System Red Green Blue C M Y K H S L
Decimal 136 41 223 0.39 0.82 0 0.13 271.32 0.74 0.52
Hex 88 29 DF 27 52 0 D 10F 4A 34
Octal 210 51 337 47 122 0 15 417 112 64
Binary 10001000 101001 11011111 100111 1010010 0 1101 100001111 1001010 110100

Color Harmonies of #8829DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8829DF

Black with #8829DF

Text Example


Text Example

White with #8829DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8829DF; }

 p { color: rgb(136,41,223); }

 H1.HeaderClassName
 {
   color: #8829DF;
 }
 .AnyTagClassName
 {
   color: #8829DF;
 }
</style>

background-color css

<style>
 a { background-color: #8829DF; }

 a { background-color: rgb(136,41,223); }

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

border-color css

<style>
 span { border-color: #8829DF; }

 span { border-color: rgb(136,41,223); }

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