Html Css Color HEX #8B10D2 Dark Violet

📋 copy color: '#8B10D2'

red 139 ◦ green 16 ◦ blue 210

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

Shades of Dark Violet #8B10D2

Tints of Dark Violet #8B10D2

RGB

 RED value IS 139 (54.69% from 255) = 38.08%

 GREEN value IS 16 (6.64% from 255) = 4.38%

 BLUE value IS 210 (82.42% from 255) = 57.53%

R = 38.08%
G = 4.38%
B = 57.53%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8B10D2 (or 0x8B10D2) is known color: Dark Violet. HEX triplet: 8B, 10 and D2. RGB value is (139,16,210). Sum of RGB (Red+Green+Blue) = 139+16+210=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 210 (82.42% from 255 or 57.53% from 365); Max value from RGB is 210 - color contains mainly: blue. Hex color #8B10D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B10D2 is #74EF2D. Grayscale: #4A4A4A. Windows color (decimal): -7663406 or 13766795. OLE color: 13766795.

HSL color Cylindrical-coordinate representation of color #8B10D2: hue angle of 278.04º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B10D2 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 139 16 210 -
CMYK 0.34 0.92 0 0.18
HSL 278.04º 0.86% 0.44% -
HSV(B) 278.04º 0.92% 0.82% -
XYZ 22.47 10.51 61.82 -
YUV 74.89 204.25 173.73 -
System Red Green Blue C M Y K H S L
Decimal 139 16 210 0.34 0.92 0 0.18 278.04 0.86 0.44
Hex 8B 10 D2 22 5C 0 12 116 56 2C
Octal 213 20 322 42 134 0 22 426 126 54
Binary 10001011 10000 11010010 100010 1011100 0 10010 100010110 1010110 101100

Color Harmonies of #8B10D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B10D2

Black with #8B10D2

Text Example


Text Example

White with #8B10D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,16,210); }

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

background-color css

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

 a { background-color: rgb(139,16,210); }

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

border-color css

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

 span { border-color: rgb(139,16,210); }

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