Html Css Color HEX #8A0CBB Dark Violet

📋 copy color: '#8A0CBB'

red 138 ◦ green 12 ◦ blue 187

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

Shades of Dark Violet #8A0CBB

Tints of Dark Violet #8A0CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.56%

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

R = 40.95%
G = 3.56%
B = 55.49%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A0CBB (or 0x8A0CBB) is known color: Dark Violet. HEX triplet: 8A, 0C and BB. RGB value is (138,12,187). Sum of RGB (Red+Green+Blue) = 138+12+187=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A0CBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0CBB is #75F344. Grayscale: #454545. Windows color (decimal): -7729989 or 12258442. OLE color: 12258442.

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

Color convert

RGB 138 12 187 -
CMYK 0.26 0.94 0 0.27
HSL 283.2º 0.88% 0.39% -
HSV(B) 283.2º 0.94% 0.73% -
XYZ 19.58 9.25 47.77 -
YUV 69.62 194.24 176.77 -
System Red Green Blue C M Y K H S L
Decimal 138 12 187 0.26 0.94 0 0.27 283.2 0.88 0.39
Hex 8A C BB 1A 5E 0 1B 11B 58 27
Octal 212 14 273 32 136 0 33 433 130 47
Binary 10001010 1100 10111011 11010 1011110 0 11011 100011011 1011000 100111

Color Harmonies of #8A0CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0CBB

Black with #8A0CBB

Text Example


Text Example

White with #8A0CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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