Html Css Color HEX #8F08B4 Dark Violet

📋 copy color: '#8F08B4'

red 143 ◦ green 8 ◦ blue 180

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

Shades of Dark Violet #8F08B4

Tints of Dark Violet #8F08B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 54.38%

R = 43.2%
G = 2.42%
B = 54.38%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8F08B4 (or 0x8F08B4) is known color: Dark Violet. HEX triplet: 8F, 08 and B4. RGB value is (143,8,180). Sum of RGB (Red+Green+Blue) = 143+8+180=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 180 (70.70% from 255 or 54.38% from 331); Max value from RGB is 180 - color contains mainly: blue. Hex color #8F08B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F08B4 is #70F74B. Grayscale: #434343. Windows color (decimal): -7403340 or 11798671. OLE color: 11798671.

HSL color Cylindrical-coordinate representation of color #8F08B4: hue angle of 287.09º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F08B4 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 143 8 180 -
CMYK 0.21 0.96 0 0.29
HSL 287.09º 0.91% 0.37% -
HSV(B) 287.09º 0.96% 0.71% -
XYZ 19.65 9.31 43.94 -
YUV 67.97 191.23 181.51 -
System Red Green Blue C M Y K H S L
Decimal 143 8 180 0.21 0.96 0 0.29 287.09 0.91 0.37
Hex 8F 8 B4 15 60 0 1D 11F 5B 25
Octal 217 10 264 25 140 0 35 437 133 45
Binary 10001111 1000 10110100 10101 1100000 0 11101 100011111 1011011 100101

Color Harmonies of #8F08B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F08B4

Black with #8F08B4

Text Example


Text Example

White with #8F08B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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