Html Css Color HEX #8F0BCF Dark Violet

📋 copy color: '#8F0BCF'

red 143 ◦ green 11 ◦ blue 207

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

Shades of Dark Violet #8F0BCF

Tints of Dark Violet #8F0BCF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.05%

 BLUE value IS 207 (81.25% from 255) = 57.34%

R = 39.61%
G = 3.05%
B = 57.34%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8F0BCF (or 0x8F0BCF) is known color: Dark Violet. HEX triplet: 8F, 0B and CF. RGB value is (143,11,207). Sum of RGB (Red+Green+Blue) = 143+11+207=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F0BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0BCF is #70F430. Grayscale: #484848. Windows color (decimal): -7402545 or 13568911. OLE color: 13568911.

HSL color Cylindrical-coordinate representation of color #8F0BCF: hue angle of 280.41º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0BCF is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 11 207 -
CMYK 0.31 0.95 0 0.19
HSL 280.41º 0.9% 0.43% -
HSV(B) 280.41º 0.95% 0.81% -
XYZ 22.71 10.58 59.88 -
YUV 72.81 203.73 178.06 -
System Red Green Blue C M Y K H S L
Decimal 143 11 207 0.31 0.95 0 0.19 280.41 0.9 0.43
Hex 8F B CF 1F 5F 0 13 118 5A 2B
Octal 217 13 317 37 137 0 23 430 132 53
Binary 10001111 1011 11001111 11111 1011111 0 10011 100011000 1011010 101011

Color Harmonies of #8F0BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0BCF

Black with #8F0BCF

Text Example


Text Example

White with #8F0BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,11,207); }

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

background-color css

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

 a { background-color: rgb(143,11,207); }

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

border-color css

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

 span { border-color: rgb(143,11,207); }

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