Html Css Color HEX #8D23DB Blue Violet

📋 copy color: '#8D23DB'

red 141 ◦ green 35 ◦ blue 219

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

Shades of Blue Violet #8D23DB

Tints of Blue Violet #8D23DB

RGB

 RED value IS 141 (55.47% from 255) = 35.7%

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

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

R = 35.7%
G = 8.86%
B = 55.44%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D23DB (or 0x8D23DB) is known color: Blue Violet. HEX triplet: 8D, 23 and DB. RGB value is (141,35,219). Sum of RGB (Red+Green+Blue) = 141+35+219=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D23DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D23DB is #72DC24. Grayscale: #575757. Windows color (decimal): -7527461 or 14361485. OLE color: 14361485.

HSL color Cylindrical-coordinate representation of color #8D23DB: hue angle of 274.57º 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 #8D23DB is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 35 219 -
CMYK 0.36 0.84 0 0.14
HSL 274.57º 0.72% 0.5% -
HSV(B) 274.57º 0.84% 0.86% -
XYZ 24.37 11.98 68.05 -
YUV 87.67 202.12 166.04 -
System Red Green Blue C M Y K H S L
Decimal 141 35 219 0.36 0.84 0 0.14 274.57 0.72 0.5
Hex 8D 23 DB 24 54 0 E 113 48 32
Octal 215 43 333 44 124 0 16 423 110 62
Binary 10001101 100011 11011011 100100 1010100 0 1110 100010011 1001000 110010

Color Harmonies of #8D23DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D23DB

Black with #8D23DB

Text Example


Text Example

White with #8D23DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D23DB; }

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

 H1.HeaderClassName
 {
   color: #8D23DB;
 }
 .AnyTagClassName
 {
   color: #8D23DB;
 }
</style>

background-color css

<style>
 a { background-color: #8D23DB; }

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

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

border-color css

<style>
 span { border-color: #8D23DB; }

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

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