Html Css Color HEX #8A00BB Dark Violet

📋 copy color: '#8A00BB'

red 138 ◦ green 0 ◦ blue 187

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

Shades of Dark Violet #8A00BB

Tints of Dark Violet #8A00BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.54%

R = 42.46%
G = 0%
B = 57.54%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A00BB (or 0x8A00BB) is known color: Dark Violet. HEX triplet: 8A, 00 and BB. RGB value is (138,0,187). Sum of RGB (Red+Green+Blue) = 138+0+187=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 187 (73.44% from 255 or 57.54% from 325); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A00BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A00BB is #75FF44. Grayscale: #3D3D3D. Windows color (decimal): -7733061 or 12255370. OLE color: 12255370.

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

Color convert

RGB 138 0 187 -
CMYK 0.26 1 0 0.27
HSL 284.28º 1% 0.37% -
HSV(B) 284.28º 1% 0.73% -
XYZ 19.45 8.99 47.72 -
YUV 62.58 198.22 181.79 -
System Red Green Blue C M Y K H S L
Decimal 138 0 187 0.26 1 0 0.27 284.28 1 0.37
Hex 8A 0 BB 1A 64 0 1B 11C 64 25
Octal 212 0 273 32 144 0 33 434 144 45
Binary 10001010 0 10111011 11010 1100100 0 11011 100011100 1100100 100101

Color Harmonies of #8A00BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A00BB

Black with #8A00BB

Text Example


Text Example

White with #8A00BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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