Html Css Color HEX #8A23EF Blue Violet

📋 copy color: '#8A23EF'

red 138 ◦ green 35 ◦ blue 239

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

Shades of Blue Violet #8A23EF

Tints of Blue Violet #8A23EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.01%

R = 33.5%
G = 8.5%
B = 58.01%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8A23EF (or 0x8A23EF) is known color: Blue Violet. HEX triplet: 8A, 23 and EF. RGB value is (138,35,239). Sum of RGB (Red+Green+Blue) = 138+35+239=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 35 (14.06% from 255 or 8.50% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #8A23EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A23EF is #75DC10. Grayscale: #585858. Windows color (decimal): -7724049 or 15672202. OLE color: 15672202.

HSL color Cylindrical-coordinate representation of color #8A23EF: hue angle of 270.29º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A23EF is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 35 239 -
CMYK 0.42 0.85 0 0.06
HSL 270.29º 0.86% 0.54% -
HSV(B) 270.29º 0.85% 0.94% -
XYZ 26.66 12.84 82.73 -
YUV 89.05 212.62 162.91 -
System Red Green Blue C M Y K H S L
Decimal 138 35 239 0.42 0.85 0 0.06 270.29 0.86 0.54
Hex 8A 23 EF 2A 55 0 6 10E 56 36
Octal 212 43 357 52 125 0 6 416 126 66
Binary 10001010 100011 11101111 101010 1010101 0 110 100001110 1010110 110110

Color Harmonies of #8A23EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A23EF

Black with #8A23EF

Text Example


Text Example

White with #8A23EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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