Html Css Color HEX #8F01BE Dark Violet

📋 copy color: '#8F01BE'

red 143 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #8F01BE

Tints of Dark Violet #8F01BE

RGB

 RED value IS 143 (56.25% from 255) = 42.81%

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

 BLUE value IS 190 (74.61% from 255) = 56.89%

R = 42.81%
G = 0.3%
B = 56.89%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F01BE (or 0x8F01BE) is known color: Dark Violet. HEX triplet: 8F, 01 and BE. RGB value is (143,1,190). Sum of RGB (Red+Green+Blue) = 143+1+190=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F01BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F01BE is #70FE41. Grayscale: #404040. Windows color (decimal): -7405122 or 12452239. OLE color: 12452239.

HSL color Cylindrical-coordinate representation of color #8F01BE: hue angle of 285.08º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F01BE is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 1 190 -
CMYK 0.25 0.99 0 0.25
HSL 285.08º 0.99% 0.37% -
HSV(B) 285.08º 0.99% 0.75% -
XYZ 20.63 9.58 49.48 -
YUV 65 198.54 183.63 -
System Red Green Blue C M Y K H S L
Decimal 143 1 190 0.25 0.99 0 0.25 285.08 0.99 0.37
Hex 8F 1 BE 19 63 0 19 11D 63 25
Octal 217 1 276 31 143 0 31 435 143 45
Binary 10001111 1 10111110 11001 1100011 0 11001 100011101 1100011 100101

Color Harmonies of #8F01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F01BE

Black with #8F01BE

Text Example


Text Example

White with #8F01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,1,190); }

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

background-color css

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

 a { background-color: rgb(143,1,190); }

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

border-color css

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

 span { border-color: rgb(143,1,190); }

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