Html Css Color HEX #8813DF Blue Violet

📋 copy color: '#8813DF'

red 136 ◦ green 19 ◦ blue 223

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

Shades of Blue Violet #8813DF

Tints of Blue Violet #8813DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.03%

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

R = 35.98%
G = 5.03%
B = 58.99%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8813DF (or 0x8813DF) is known color: Blue Violet. HEX triplet: 88, 13 and DF. RGB value is (136,19,223). Sum of RGB (Red+Green+Blue) = 136+19+223=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #8813DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8813DF is #77EC20. Grayscale: #4C4C4C. Windows color (decimal): -7859233 or 14619528. OLE color: 14619528.

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

Color convert

RGB 136 19 223 -
CMYK 0.39 0.91 0 0.13
HSL 274.41º 0.84% 0.47% -
HSV(B) 274.41º 0.91% 0.87% -
XYZ 23.71 11.03 70.69 -
YUV 77.24 210.26 169.91 -
System Red Green Blue C M Y K H S L
Decimal 136 19 223 0.39 0.91 0 0.13 274.41 0.84 0.47
Hex 88 13 DF 27 5B 0 D 112 54 2F
Octal 210 23 337 47 133 0 15 422 124 57
Binary 10001000 10011 11011111 100111 1011011 0 1101 100010010 1010100 101111

Color Harmonies of #8813DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8813DF

Black with #8813DF

Text Example


Text Example

White with #8813DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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