Html Css Color HEX #8F0CEB Dark Violet

📋 copy color: '#8F0CEB'

red 143 ◦ green 12 ◦ blue 235

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

Shades of Dark Violet #8F0CEB

Tints of Dark Violet #8F0CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.08%

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

R = 36.67%
G = 3.08%
B = 60.26%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F0CEB (or 0x8F0CEB) is known color: Dark Violet. HEX triplet: 8F, 0C and EB. RGB value is (143,12,235). Sum of RGB (Red+Green+Blue) = 143+12+235=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F0CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0CEB is #70F314. Grayscale: #4B4B4B. Windows color (decimal): -7402261 or 15404175. OLE color: 15404175.

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

Color convert

RGB 143 12 235 -
CMYK 0.39 0.95 0 0.08
HSL 275.25º 0.9% 0.48% -
HSV(B) 275.25º 0.95% 0.92% -
XYZ 26.45 12.1 79.54 -
YUV 76.59 217.4 175.37 -
System Red Green Blue C M Y K H S L
Decimal 143 12 235 0.39 0.95 0 0.08 275.25 0.9 0.48
Hex 8F C EB 27 5F 0 8 113 5A 30
Octal 217 14 353 47 137 0 10 423 132 60
Binary 10001111 1100 11101011 100111 1011111 0 1000 100010011 1011010 110000

Color Harmonies of #8F0CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0CEB

Black with #8F0CEB

Text Example


Text Example

White with #8F0CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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