Html Css Color HEX #8F0BEF Dark Violet

📋 copy color: '#8F0BEF'

red 143 ◦ green 11 ◦ blue 239

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

Shades of Dark Violet #8F0BEF

Tints of Dark Violet #8F0BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.81%

R = 36.39%
G = 2.8%
B = 60.81%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8F0BEF (or 0x8F0BEF) is known color: Dark Violet. HEX triplet: 8F, 0B and EF. RGB value is (143,11,239). Sum of RGB (Red+Green+Blue) = 143+11+239=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F0BEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0BEF is #70F410. Grayscale: #4B4B4B. Windows color (decimal): -7402513 or 15666063. OLE color: 15666063.

HSL color Cylindrical-coordinate representation of color #8F0BEF: hue angle of 274.74º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0BEF is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 11 239 -
CMYK 0.40 0.95 0 0.06
HSL 274.74º 0.91% 0.49% -
HSV(B) 274.74º 0.95% 0.94% -
XYZ 27.03 12.31 82.61 -
YUV 76.46 219.73 175.46 -
System Red Green Blue C M Y K H S L
Decimal 143 11 239 0.40 0.95 0 0.06 274.74 0.91 0.49
Hex 8F B EF 28 5F 0 6 113 5B 31
Octal 217 13 357 50 137 0 6 423 133 61
Binary 10001111 1011 11101111 101000 1011111 0 110 100010011 1011011 110001

Color Harmonies of #8F0BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0BEF

Black with #8F0BEF

Text Example


Text Example

White with #8F0BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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