Html Css Color HEX #8B01DF Dark Violet

📋 copy color: '#8B01DF'

red 139 ◦ green 1 ◦ blue 223

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

Shades of Dark Violet #8B01DF

Tints of Dark Violet #8B01DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 38.29%
G = 0.28%
B = 61.43%

CMYK

 C value IS 0.38

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B01DF (or 0x8B01DF) is known color: Dark Violet. HEX triplet: 8B, 01 and DF. RGB value is (139,1,223). Sum of RGB (Red+Green+Blue) = 139+1+223=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B01DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B01DF is #74FE20. Grayscale: #424242. Windows color (decimal): -7667233 or 14614923. OLE color: 14614923.

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

Color convert

RGB 139 1 223 -
CMYK 0.38 1.00 0 0.13
HSL 277.3º 0.99% 0.44% -
HSV(B) 277.3º 1% 0.87% -
XYZ 23.98 10.84 70.64 -
YUV 67.57 215.72 178.95 -
System Red Green Blue C M Y K H S L
Decimal 139 1 223 0.38 1.00 0 0.13 277.3 0.99 0.44
Hex 8B 1 DF 26 64 0 D 115 63 2C
Octal 213 1 337 46 144 0 15 425 143 54
Binary 10001011 1 11011111 100110 1100100 0 1101 100010101 1100011 101100

Color Harmonies of #8B01DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B01DF

Black with #8B01DF

Text Example


Text Example

White with #8B01DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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