Html Css Color HEX #8F08BF Dark Violet

📋 copy color: '#8F08BF'

red 143 ◦ green 8 ◦ blue 191

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

Shades of Dark Violet #8F08BF

Tints of Dark Violet #8F08BF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.34%

 BLUE value IS 191 (75% from 255) = 55.85%

R = 41.81%
G = 2.34%
B = 55.85%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F08BF (or 0x8F08BF) is known color: Dark Violet. HEX triplet: 8F, 08 and BF. RGB value is (143,8,191). Sum of RGB (Red+Green+Blue) = 143+8+191=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F08BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F08BF is #70F740. Grayscale: #444444. Windows color (decimal): -7403329 or 12519567. OLE color: 12519567.

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

Color convert

RGB 143 8 191 -
CMYK 0.25 0.96 0 0.25
HSL 284.26º 0.92% 0.39% -
HSV(B) 284.26º 0.96% 0.75% -
XYZ 20.82 9.77 50.08 -
YUV 69.23 196.73 180.62 -
System Red Green Blue C M Y K H S L
Decimal 143 8 191 0.25 0.96 0 0.25 284.26 0.92 0.39
Hex 8F 8 BF 19 60 0 19 11C 5C 27
Octal 217 10 277 31 140 0 31 434 134 47
Binary 10001111 1000 10111111 11001 1100000 0 11001 100011100 1011100 100111

Color Harmonies of #8F08BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F08BF

Black with #8F08BF

Text Example


Text Example

White with #8F08BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,8,191); }

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

background-color css

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

 a { background-color: rgb(143,8,191); }

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

border-color css

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

 span { border-color: rgb(143,8,191); }

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