Html Css Color HEX #8A25DB Blue Violet

📋 copy color: '#8A25DB'

red 138 ◦ green 37 ◦ blue 219

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

Shades of Blue Violet #8A25DB

Tints of Blue Violet #8A25DB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.39%

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

R = 35.03%
G = 9.39%
B = 55.58%

CMYK

 C value IS 0.37

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A25DB (or 0x8A25DB) is known color: Blue Violet. HEX triplet: 8A, 25 and DB. RGB value is (138,37,219). Sum of RGB (Red+Green+Blue) = 138+37+219=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 37 (14.84% from 255 or 9.39% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A25DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A25DB is #75DA24. Grayscale: #575757. Windows color (decimal): -7723557 or 14361994. OLE color: 14361994.

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

Color convert

RGB 138 37 219 -
CMYK 0.37 0.83 0 0.14
HSL 273.3º 0.72% 0.5% -
HSV(B) 273.3º 0.83% 0.86% -
XYZ 23.93 11.84 68.04 -
YUV 87.95 201.96 163.7 -
System Red Green Blue C M Y K H S L
Decimal 138 37 219 0.37 0.83 0 0.14 273.3 0.72 0.5
Hex 8A 25 DB 25 53 0 E 111 48 32
Octal 212 45 333 45 123 0 16 421 110 62
Binary 10001010 100101 11011011 100101 1010011 0 1110 100010001 1001000 110010

Color Harmonies of #8A25DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A25DB

Black with #8A25DB

Text Example


Text Example

White with #8A25DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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