Html Css Color HEX #8B0DDF Dark Violet

📋 copy color: '#8B0DDF'

red 139 ◦ green 13 ◦ blue 223

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

Shades of Dark Violet #8B0DDF

Tints of Dark Violet #8B0DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.47%

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

R = 37.07%
G = 3.47%
B = 59.47%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B0DDF (or 0x8B0DDF) is known color: Dark Violet. HEX triplet: 8B, 0D and DF. RGB value is (139,13,223). Sum of RGB (Red+Green+Blue) = 139+13+223=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B0DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0DDF is #74F220. Grayscale: #494949. Windows color (decimal): -7664161 or 14617995. OLE color: 14617995.

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

Color convert

RGB 139 13 223 -
CMYK 0.38 0.94 0 0.13
HSL 276º 0.89% 0.46% -
HSV(B) 276º 0.94% 0.87% -
XYZ 24.11 11.1 70.68 -
YUV 74.61 211.74 173.92 -
System Red Green Blue C M Y K H S L
Decimal 139 13 223 0.38 0.94 0 0.13 276 0.89 0.46
Hex 8B D DF 26 5E 0 D 114 59 2E
Octal 213 15 337 46 136 0 15 424 131 56
Binary 10001011 1101 11011111 100110 1011110 0 1101 100010100 1011001 101110

Color Harmonies of #8B0DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0DDF

Black with #8B0DDF

Text Example


Text Example

White with #8B0DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,13,223); }

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

background-color css

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

 a { background-color: rgb(139,13,223); }

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

border-color css

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

 span { border-color: rgb(139,13,223); }

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