Html Css Color HEX #8A0BDF Dark Violet

📋 copy color: '#8A0BDF'

red 138 ◦ green 11 ◦ blue 223

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

Shades of Dark Violet #8A0BDF

Tints of Dark Violet #8A0BDF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.96%

 BLUE value IS 223 (87.5% from 255) = 59.95%

R = 37.1%
G = 2.96%
B = 59.95%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A0BDF (or 0x8A0BDF) is known color: Dark Violet. HEX triplet: 8A, 0B and DF. RGB value is (138,11,223). Sum of RGB (Red+Green+Blue) = 138+11+223=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A0BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A0BDF is #75F420. Grayscale: #484848. Windows color (decimal): -7730209 or 14617482. OLE color: 14617482.

HSL color Cylindrical-coordinate representation of color #8A0BDF: hue angle of 275.94º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A0BDF is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 11 223 -
CMYK 0.38 0.95 0 0.13
HSL 275.94º 0.91% 0.46% -
HSV(B) 275.94º 0.95% 0.87% -
XYZ 23.92 10.97 70.67 -
YUV 73.14 212.58 174.26 -
System Red Green Blue C M Y K H S L
Decimal 138 11 223 0.38 0.95 0 0.13 275.94 0.91 0.46
Hex 8A B DF 26 5F 0 D 114 5B 2E
Octal 212 13 337 46 137 0 15 424 133 56
Binary 10001010 1011 11011111 100110 1011111 0 1101 100010100 1011011 101110

Color Harmonies of #8A0BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0BDF

Black with #8A0BDF

Text Example


Text Example

White with #8A0BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,11,223); }

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

background-color css

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

 a { background-color: rgb(138,11,223); }

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

border-color css

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

 span { border-color: rgb(138,11,223); }

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