Html Css Color HEX #8A03EE Dark Violet

📋 copy color: '#8A03EE'

red 138 ◦ green 3 ◦ blue 238

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

Shades of Dark Violet #8A03EE

Tints of Dark Violet #8A03EE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

 BLUE value IS 238 (93.36% from 255) = 62.8%

R = 36.41%
G = 0.79%
B = 62.8%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8A03EE (or 0x8A03EE) is known color: Dark Violet. HEX triplet: 8A, 03 and EE. RGB value is (138,3,238). Sum of RGB (Red+Green+Blue) = 138+3+238=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A03EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A03EE is #75FC11. Grayscale: #454545. Windows color (decimal): -7732242 or 15598474. OLE color: 15598474.

HSL color Cylindrical-coordinate representation of color #8A03EE: hue angle of 274.47º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A03EE is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 3 238 -
CMYK 0.42 0.99 0 0.07
HSL 274.47º 0.98% 0.47% -
HSV(B) 274.47º 0.99% 0.93% -
XYZ 25.95 11.64 81.77 -
YUV 70.16 222.73 176.39 -
System Red Green Blue C M Y K H S L
Decimal 138 3 238 0.42 0.99 0 0.07 274.47 0.98 0.47
Hex 8A 3 EE 2A 63 0 7 112 62 2F
Octal 212 3 356 52 143 0 7 422 142 57
Binary 10001010 11 11101110 101010 1100011 0 111 100010010 1100010 101111

Color Harmonies of #8A03EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A03EE

Black with #8A03EE

Text Example


Text Example

White with #8A03EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,3,238); }

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

background-color css

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

 a { background-color: rgb(138,3,238); }

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

border-color css

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

 span { border-color: rgb(138,3,238); }

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