Html Css Color HEX #8A0CB3 Dark Violet

📋 copy color: '#8A0CB3'

red 138 ◦ green 12 ◦ blue 179

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

Shades of Dark Violet #8A0CB3

Tints of Dark Violet #8A0CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 54.41%

R = 41.95%
G = 3.65%
B = 54.41%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8A0CB3 (or 0x8A0CB3) is known color: Dark Violet. HEX triplet: 8A, 0C and B3. RGB value is (138,12,179). Sum of RGB (Red+Green+Blue) = 138+12+179=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 179 (70.31% from 255 or 54.41% from 329); Max value from RGB is 179 - color contains mainly: blue. Hex color #8A0CB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0CB3 is #75F34C. Grayscale: #444444. Windows color (decimal): -7729997 or 11734154. OLE color: 11734154.

HSL color Cylindrical-coordinate representation of color #8A0CB3: hue angle of 285.27º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0CB3 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 138 12 179 -
CMYK 0.23 0.93 0 0.30
HSL 285.27º 0.87% 0.37% -
HSV(B) 285.27º 0.93% 0.7% -
XYZ 18.75 8.92 43.38 -
YUV 68.71 190.24 177.42 -
System Red Green Blue C M Y K H S L
Decimal 138 12 179 0.23 0.93 0 0.30 285.27 0.87 0.37
Hex 8A C B3 17 5D 0 1E 11D 57 25
Octal 212 14 263 27 135 0 36 435 127 45
Binary 10001010 1100 10110011 10111 1011101 0 11110 100011101 1010111 100101

Color Harmonies of #8A0CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0CB3

Black with #8A0CB3

Text Example


Text Example

White with #8A0CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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