Html Css Color HEX #8F0AEB Dark Violet

📋 copy color: '#8F0AEB'

red 143 ◦ green 10 ◦ blue 235

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

Shades of Dark Violet #8F0AEB

Tints of Dark Violet #8F0AEB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.58%

 BLUE value IS 235 (92.19% from 255) = 60.57%

R = 36.86%
G = 2.58%
B = 60.57%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F0AEB (or 0x8F0AEB) is known color: Dark Violet. HEX triplet: 8F, 0A and EB. RGB value is (143,10,235). Sum of RGB (Red+Green+Blue) = 143+10+235=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F0AEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0AEB is #70F514. Grayscale: #4A4A4A. Windows color (decimal): -7402773 or 15403663. OLE color: 15403663.

HSL color Cylindrical-coordinate representation of color #8F0AEB: hue angle of 275.47º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F0AEB is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 10 235 -
CMYK 0.39 0.96 0 0.08
HSL 275.47º 0.92% 0.48% -
HSV(B) 275.47º 0.96% 0.92% -
XYZ 26.43 12.05 79.53 -
YUV 75.42 218.06 176.2 -
System Red Green Blue C M Y K H S L
Decimal 143 10 235 0.39 0.96 0 0.08 275.47 0.92 0.48
Hex 8F A EB 27 60 0 8 113 5C 30
Octal 217 12 353 47 140 0 10 423 134 60
Binary 10001111 1010 11101011 100111 1100000 0 1000 100010011 1011100 110000

Color Harmonies of #8F0AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0AEB

Black with #8F0AEB

Text Example


Text Example

White with #8F0AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,10,235); }

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

background-color css

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

 a { background-color: rgb(143,10,235); }

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

border-color css

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

 span { border-color: rgb(143,10,235); }

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