Html Css Color HEX #8523DC Blue Violet

📋 copy color: '#8523DC'

red 133 ◦ green 35 ◦ blue 220

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

Shades of Blue Violet #8523DC

Tints of Blue Violet #8523DC

RGB

 RED value IS 133 (52.34% from 255) = 34.28%

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

 BLUE value IS 220 (86.33% from 255) = 56.7%

R = 34.28%
G = 9.02%
B = 56.7%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8523DC (or 0x8523DC) is known color: Blue Violet. HEX triplet: 85, 23 and DC. RGB value is (133,35,220). Sum of RGB (Red+Green+Blue) = 133+35+220=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #8523DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8523DC is #7ADC23. Grayscale: #545454. Windows color (decimal): -8051748 or 14427013. OLE color: 14427013.

HSL color Cylindrical-coordinate representation of color #8523DC: hue angle of 271.78º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8523DC is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 35 220 -
CMYK 0.40 0.84 0 0.14
HSL 271.78º 0.73% 0.5% -
HSV(B) 271.78º 0.84% 0.86% -
XYZ 23.19 11.36 68.68 -
YUV 85.39 203.97 161.96 -
System Red Green Blue C M Y K H S L
Decimal 133 35 220 0.40 0.84 0 0.14 271.78 0.73 0.5
Hex 85 23 DC 28 54 0 E 110 49 32
Octal 205 43 334 50 124 0 16 420 111 62
Binary 10000101 100011 11011100 101000 1010100 0 1110 100010000 1001001 110010

Color Harmonies of #8523DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8523DC

Black with #8523DC

Text Example


Text Example

White with #8523DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8523DC; }

 p { color: rgb(133,35,220); }

 H1.HeaderClassName
 {
   color: #8523DC;
 }
 .AnyTagClassName
 {
   color: #8523DC;
 }
</style>

background-color css

<style>
 a { background-color: #8523DC; }

 a { background-color: rgb(133,35,220); }

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

border-color css

<style>
 span { border-color: #8523DC; }

 span { border-color: rgb(133,35,220); }

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