Html Css Color HEX #8A23DB Blue Violet

📋 copy color: '#8A23DB'

red 138 ◦ green 35 ◦ blue 219

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

Shades of Blue Violet #8A23DB

Tints of Blue Violet #8A23DB

RGB

 RED value IS 138 (54.3% from 255) = 35.2%

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

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

R = 35.2%
G = 8.93%
B = 55.87%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A23DB (or 0x8A23DB) is known color: Blue Violet. HEX triplet: 8A, 23 and DB. RGB value is (138,35,219). Sum of RGB (Red+Green+Blue) = 138+35+219=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 35 (14.06% from 255 or 8.93% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A23DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A23DB is #75DC24. Grayscale: #565656. Windows color (decimal): -7724069 or 14361482. OLE color: 14361482.

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

Color convert

RGB 138 35 219 -
CMYK 0.37 0.84 0 0.14
HSL 273.59º 0.72% 0.5% -
HSV(B) 273.59º 0.84% 0.86% -
XYZ 23.87 11.72 68.02 -
YUV 86.77 202.62 164.54 -
System Red Green Blue C M Y K H S L
Decimal 138 35 219 0.37 0.84 0 0.14 273.59 0.72 0.5
Hex 8A 23 DB 25 54 0 E 112 48 32
Octal 212 43 333 45 124 0 16 422 110 62
Binary 10001010 100011 11011011 100101 1010100 0 1110 100010010 1001000 110010

Color Harmonies of #8A23DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A23DB

Black with #8A23DB

Text Example


Text Example

White with #8A23DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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