Html Css Color HEX #8B00DF Dark Violet

📋 copy color: '#8B00DF'

red 139 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #8B00DF

Tints of Dark Violet #8B00DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.4%
G = 0%
B = 61.6%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B00DF (or 0x8B00DF) is known color: Dark Violet. HEX triplet: 8B, 00 and DF. RGB value is (139,0,223). Sum of RGB (Red+Green+Blue) = 139+0+223=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B00DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B00DF is #74FF20. Grayscale: #424242. Windows color (decimal): -7667489 or 14614667. OLE color: 14614667.

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

Color convert

RGB 139 0 223 -
CMYK 0.38 1 0 0.13
HSL 277.4º 1% 0.44% -
HSV(B) 277.4º 1% 0.87% -
XYZ 23.97 10.82 70.64 -
YUV 66.98 216.05 179.37 -
System Red Green Blue C M Y K H S L
Decimal 139 0 223 0.38 1 0 0.13 277.4 1 0.44
Hex 8B 0 DF 26 64 0 D 115 64 2C
Octal 213 0 337 46 144 0 15 425 144 54
Binary 10001011 0 11011111 100110 1100100 0 1101 100010101 1100100 101100

Color Harmonies of #8B00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B00DF

Black with #8B00DF

Text Example


Text Example

White with #8B00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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