Html Css Color HEX #8A2FDB Blue Violet

📋 copy color: '#8A2FDB'

red 138 ◦ green 47 ◦ blue 219

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

Shades of Blue Violet #8A2FDB

Tints of Blue Violet #8A2FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.63%

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

R = 34.16%
G = 11.63%
B = 54.21%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A2FDB (or 0x8A2FDB) is known color: Blue Violet. HEX triplet: 8A, 2F and DB. RGB value is (138,47,219). Sum of RGB (Red+Green+Blue) = 138+47+219=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 219 (85.94% from 255 or 54.21% from 404); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A2FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A2FDB is #75D024. Grayscale: #5D5D5D. Windows color (decimal): -7720997 or 14364554. OLE color: 14364554.

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

Color convert

RGB 138 47 219 -
CMYK 0.37 0.79 0 0.14
HSL 271.74º 0.7% 0.52% -
HSV(B) 271.74º 0.79% 0.86% -
XYZ 24.28 12.55 68.16 -
YUV 93.82 198.65 159.51 -
System Red Green Blue C M Y K H S L
Decimal 138 47 219 0.37 0.79 0 0.14 271.74 0.7 0.52
Hex 8A 2F DB 25 4F 0 E 110 46 34
Octal 212 57 333 45 117 0 16 420 106 64
Binary 10001010 101111 11011011 100101 1001111 0 1110 100010000 1000110 110100

Color Harmonies of #8A2FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2FDB

Black with #8A2FDB

Text Example


Text Example

White with #8A2FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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