Html Css Color HEX #8A0FFD Blue Violet

📋 copy color: '#8A0FFD'

red 138 ◦ green 15 ◦ blue 253

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

Shades of Blue Violet #8A0FFD

Tints of Blue Violet #8A0FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.69%

 BLUE value IS 253 (99.22% from 255) = 62.32%

R = 33.99%
G = 3.69%
B = 62.32%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8A0FFD (or 0x8A0FFD) is known color: Blue Violet. HEX triplet: 8A, 0F and FD. RGB value is (138,15,253). Sum of RGB (Red+Green+Blue) = 138+15+253=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A0FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A0FFD is #75F002. Grayscale: #4E4E4E. Windows color (decimal): -7729155 or 16584586. OLE color: 16584586.

HSL color Cylindrical-coordinate representation of color #8A0FFD: hue angle of 271.01º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8A0FFD is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 15 253 -
CMYK 0.45 0.94 0 0.01
HSL 271.01º 0.98% 0.53% -
HSV(B) 271.01º 0.94% 0.99% -
XYZ 28.38 12.84 93.91 -
YUV 78.91 226.25 170.15 -
System Red Green Blue C M Y K H S L
Decimal 138 15 253 0.45 0.94 0 0.01 271.01 0.98 0.53
Hex 8A F FD 2D 5E 0 1 10F 62 35
Octal 212 17 375 55 136 0 1 417 142 65
Binary 10001010 1111 11111101 101101 1011110 0 1 100001111 1100010 110101

Color Harmonies of #8A0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0FFD

Black with #8A0FFD

Text Example


Text Example

White with #8A0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,15,253); }

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

background-color css

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

 a { background-color: rgb(138,15,253); }

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

border-color css

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

 span { border-color: rgb(138,15,253); }

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