Html Css Color HEX #8A1ADF Blue Violet

📋 copy color: '#8A1ADF'

red 138 ◦ green 26 ◦ blue 223

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

Shades of Blue Violet #8A1ADF

Tints of Blue Violet #8A1ADF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.72%

 BLUE value IS 223 (87.5% from 255) = 57.62%

R = 35.66%
G = 6.72%
B = 57.62%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A1ADF (or 0x8A1ADF) is known color: Blue Violet. HEX triplet: 8A, 1A and DF. RGB value is (138,26,223). Sum of RGB (Red+Green+Blue) = 138+26+223=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A1ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1ADF is #75E520. Grayscale: #515151. Windows color (decimal): -7726369 or 14621322. OLE color: 14621322.

HSL color Cylindrical-coordinate representation of color #8A1ADF: hue angle of 274.11º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1ADF is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 26 223 -
CMYK 0.38 0.88 0 0.13
HSL 274.11º 0.79% 0.49% -
HSV(B) 274.11º 0.88% 0.87% -
XYZ 24.17 11.47 70.75 -
YUV 81.95 207.61 167.98 -
System Red Green Blue C M Y K H S L
Decimal 138 26 223 0.38 0.88 0 0.13 274.11 0.79 0.49
Hex 8A 1A DF 26 58 0 D 112 4F 31
Octal 212 32 337 46 130 0 15 422 117 61
Binary 10001010 11010 11011111 100110 1011000 0 1101 100010010 1001111 110001

Color Harmonies of #8A1ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1ADF

Black with #8A1ADF

Text Example


Text Example

White with #8A1ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,26,223); }

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

background-color css

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

 a { background-color: rgb(138,26,223); }

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

border-color css

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

 span { border-color: rgb(138,26,223); }

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