Html Css Color HEX #8A00EF Dark Violet

📋 copy color: '#8A00EF'

red 138 ◦ green 0 ◦ blue 239

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

Shades of Dark Violet #8A00EF

Tints of Dark Violet #8A00EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 239 (93.75% from 255) = 63.4%

R = 36.6%
G = 0%
B = 63.4%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8A00EF (or 0x8A00EF) is known color: Dark Violet. HEX triplet: 8A, 00 and EF. RGB value is (138,0,239). Sum of RGB (Red+Green+Blue) = 138+0+239=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #8A00EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A00EF is #75FF10. Grayscale: #434343. Windows color (decimal): -7733009 or 15663242. OLE color: 15663242.

HSL color Cylindrical-coordinate representation of color #8A00EF: hue angle of 274.64º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A00EF is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 0 239 -
CMYK 0.42 1 0 0.06
HSL 274.64º 1% 0.47% -
HSV(B) 274.64º 1% 0.94% -
XYZ 26.06 11.64 82.53 -
YUV 68.51 224.22 177.57 -
System Red Green Blue C M Y K H S L
Decimal 138 0 239 0.42 1 0 0.06 274.64 1 0.47
Hex 8A 0 EF 2A 64 0 6 113 64 2F
Octal 212 0 357 52 144 0 6 423 144 57
Binary 10001010 0 11101111 101010 1100100 0 110 100010011 1100100 101111

Color Harmonies of #8A00EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A00EF

Black with #8A00EF

Text Example


Text Example

White with #8A00EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,0,239); }

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

background-color css

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

 a { background-color: rgb(138,0,239); }

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

border-color css

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

 span { border-color: rgb(138,0,239); }

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