Html Css Color HEX #8A00B9 Dark Violet

📋 copy color: '#8A00B9'

red 138 ◦ green 0 ◦ blue 185

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

Shades of Dark Violet #8A00B9

Tints of Dark Violet #8A00B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 57.28%

R = 42.72%
G = 0%
B = 57.28%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A00B9 (or 0x8A00B9) is known color: Dark Violet. HEX triplet: 8A, 00 and B9. RGB value is (138,0,185). Sum of RGB (Red+Green+Blue) = 138+0+185=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 185 (72.66% from 255 or 57.28% from 323); Max value from RGB is 185 - color contains mainly: blue. Hex color #8A00B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A00B9 is #75FF46. Grayscale: #3D3D3D. Windows color (decimal): -7733063 or 12124298. OLE color: 12124298.

HSL color Cylindrical-coordinate representation of color #8A00B9: hue angle of 284.76º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A00B9 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 0 185 -
CMYK 0.25 1 0 0.27
HSL 284.76º 1% 0.36% -
HSV(B) 284.76º 1% 0.73% -
XYZ 19.24 8.91 46.6 -
YUV 62.35 197.22 181.96 -
System Red Green Blue C M Y K H S L
Decimal 138 0 185 0.25 1 0 0.27 284.76 1 0.36
Hex 8A 0 B9 19 64 0 1B 11D 64 24
Octal 212 0 271 31 144 0 33 435 144 44
Binary 10001010 0 10111001 11001 1100100 0 11011 100011101 1100100 100100

Color Harmonies of #8A00B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A00B9

Black with #8A00B9

Text Example


Text Example

White with #8A00B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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