Html Css Color HEX #8A12FF Blue Violet

📋 copy color: '#8A12FF'

red 138 ◦ green 18 ◦ blue 255

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

Shades of Blue Violet #8A12FF

Tints of Blue Violet #8A12FF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.38%

 BLUE value IS 255 (100% from 255) = 62.04%

R = 33.58%
G = 4.38%
B = 62.04%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8A12FF (or 0x8A12FF) is known color: Blue Violet. HEX triplet: 8A, 12 and FF. RGB value is (138,18,255). Sum of RGB (Red+Green+Blue) = 138+18+255=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 18 (7.42% from 255 or 4.38% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A12FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A12FF is #75ED00. Grayscale: #505050. Windows color (decimal): -7728385 or 16716426. OLE color: 16716426.

HSL color Cylindrical-coordinate representation of color #8A12FF: hue angle of 270.38º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A12FF is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 138 18 255 -
CMYK 0.46 0.93 0 0
HSL 270.38º 1% 0.54% -
HSV(B) 270.38º 0.93% 1% -
XYZ 28.75 13.06 95.61 -
YUV 80.9 226.26 168.73 -
System Red Green Blue C M Y K H S L
Decimal 138 18 255 0.46 0.93 0 0 270.38 1 0.54
Hex 8A 12 FF 2E 5D 0 0 10E 64 36
Octal 212 22 377 56 135 0 0 416 144 66
Binary 10001010 10010 11111111 101110 1011101 0 0 100001110 1100100 110110

Color Harmonies of #8A12FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A12FF

Black with #8A12FF

Text Example


Text Example

White with #8A12FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,18,255); }

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

background-color css

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

 a { background-color: rgb(138,18,255); }

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

border-color css

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

 span { border-color: rgb(138,18,255); }

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