Html Css Color HEX #8A1FDB Blue Violet

📋 copy color: '#8A1FDB'

red 138 ◦ green 31 ◦ blue 219

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

Shades of Blue Violet #8A1FDB

Tints of Blue Violet #8A1FDB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.99%

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

R = 35.57%
G = 7.99%
B = 56.44%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A1FDB (or 0x8A1FDB) is known color: Blue Violet. HEX triplet: 8A, 1F and DB. RGB value is (138,31,219). Sum of RGB (Red+Green+Blue) = 138+31+219=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A1FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1FDB is #75E024. Grayscale: #535353. Windows color (decimal): -7725093 or 14360458. OLE color: 14360458.

HSL color Cylindrical-coordinate representation of color #8A1FDB: hue angle of 274.15º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1FDB is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 31 219 -
CMYK 0.37 0.86 0 0.14
HSL 274.15º 0.75% 0.49% -
HSV(B) 274.15º 0.86% 0.86% -
XYZ 23.76 11.5 67.98 -
YUV 84.43 203.95 166.21 -
System Red Green Blue C M Y K H S L
Decimal 138 31 219 0.37 0.86 0 0.14 274.15 0.75 0.49
Hex 8A 1F DB 25 56 0 E 112 4B 31
Octal 212 37 333 45 126 0 16 422 113 61
Binary 10001010 11111 11011011 100101 1010110 0 1110 100010010 1001011 110001

Color Harmonies of #8A1FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1FDB

Black with #8A1FDB

Text Example


Text Example

White with #8A1FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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