Html Css Color HEX #8F10CC Dark Violet

📋 copy color: '#8F10CC'

red 143 ◦ green 16 ◦ blue 204

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

Shades of Dark Violet #8F10CC

Tints of Dark Violet #8F10CC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.41%

 BLUE value IS 204 (80.08% from 255) = 56.2%

R = 39.39%
G = 4.41%
B = 56.2%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8F10CC (or 0x8F10CC) is known color: Dark Violet. HEX triplet: 8F, 10 and CC. RGB value is (143,16,204). Sum of RGB (Red+Green+Blue) = 143+16+204=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F10CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F10CC is #70EF33. Grayscale: #4A4A4A. Windows color (decimal): -7401268 or 13373583. OLE color: 13373583.

HSL color Cylindrical-coordinate representation of color #8F10CC: hue angle of 280.53º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F10CC is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 16 204 -
CMYK 0.30 0.92 0 0.2
HSL 280.53º 0.85% 0.43% -
HSV(B) 280.53º 0.92% 0.8% -
XYZ 22.41 10.57 57.99 -
YUV 75.41 200.58 176.21 -
System Red Green Blue C M Y K H S L
Decimal 143 16 204 0.30 0.92 0 0.2 280.53 0.85 0.43
Hex 8F 10 CC 1E 5C 0 14 119 55 2B
Octal 217 20 314 36 134 0 24 431 125 53
Binary 10001111 10000 11001100 11110 1011100 0 10100 100011001 1010101 101011

Color Harmonies of #8F10CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F10CC

Black with #8F10CC

Text Example


Text Example

White with #8F10CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,16,204); }

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

background-color css

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

 a { background-color: rgb(143,16,204); }

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

border-color css

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

 span { border-color: rgb(143,16,204); }

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