Html Css Color HEX #8A28DD Blue Violet

📋 copy color: '#8A28DD'

red 138 ◦ green 40 ◦ blue 221

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

Shades of Blue Violet #8A28DD

Tints of Blue Violet #8A28DD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.03%

 BLUE value IS 221 (86.72% from 255) = 55.39%

R = 34.59%
G = 10.03%
B = 55.39%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A28DD (or 0x8A28DD) is known color: Blue Violet. HEX triplet: 8A, 28 and DD. RGB value is (138,40,221). Sum of RGB (Red+Green+Blue) = 138+40+221=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A28DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A28DD is #75D722. Grayscale: #595959. Windows color (decimal): -7722787 or 14493834. OLE color: 14493834.

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

Color convert

RGB 138 40 221 -
CMYK 0.38 0.82 0 0.13
HSL 272.49º 0.73% 0.51% -
HSV(B) 272.49º 0.82% 0.87% -
XYZ 24.29 12.14 69.47 -
YUV 89.94 201.97 162.28 -
System Red Green Blue C M Y K H S L
Decimal 138 40 221 0.38 0.82 0 0.13 272.49 0.73 0.51
Hex 8A 28 DD 26 52 0 D 110 49 33
Octal 212 50 335 46 122 0 15 420 111 63
Binary 10001010 101000 11011101 100110 1010010 0 1101 100010000 1001001 110011

Color Harmonies of #8A28DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A28DD

Black with #8A28DD

Text Example


Text Example

White with #8A28DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,40,221); }

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

background-color css

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

 a { background-color: rgb(138,40,221); }

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

border-color css

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

 span { border-color: rgb(138,40,221); }

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