Html Css Color HEX #8523DB Blue Violet

📋 copy color: '#8523DB'

red 133 ◦ green 35 ◦ blue 219

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

Shades of Blue Violet #8523DB

Tints of Blue Violet #8523DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.59%

R = 34.37%
G = 9.04%
B = 56.59%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8523DB (or 0x8523DB) is known color: Blue Violet. HEX triplet: 85, 23 and DB. RGB value is (133,35,219). Sum of RGB (Red+Green+Blue) = 133+35+219=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #8523DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8523DB is #7ADC24. Grayscale: #545454. Windows color (decimal): -8051749 or 14361477. OLE color: 14361477.

HSL color Cylindrical-coordinate representation of color #8523DB: hue angle of 271.96º degrees, saturation: 0.72, 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 #8523DB is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 35 219 -
CMYK 0.39 0.84 0 0.14
HSL 271.96º 0.72% 0.5% -
HSV(B) 271.96º 0.84% 0.86% -
XYZ 23.06 11.3 67.98 -
YUV 85.28 203.47 162.04 -
System Red Green Blue C M Y K H S L
Decimal 133 35 219 0.39 0.84 0 0.14 271.96 0.72 0.5
Hex 85 23 DB 27 54 0 E 110 48 32
Octal 205 43 333 47 124 0 16 420 110 62
Binary 10000101 100011 11011011 100111 1010100 0 1110 100010000 1001000 110010

Color Harmonies of #8523DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8523DB

Black with #8523DB

Text Example


Text Example

White with #8523DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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