Html Css Color HEX #8F10CD Dark Violet

📋 copy color: '#8F10CD'

red 143 ◦ green 16 ◦ blue 205

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

Shades of Dark Violet #8F10CD

Tints of Dark Violet #8F10CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.32%

R = 39.29%
G = 4.4%
B = 56.32%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8F10CD (or 0x8F10CD) is known color: Dark Violet. HEX triplet: 8F, 10 and CD. RGB value is (143,16,205). Sum of RGB (Red+Green+Blue) = 143+16+205=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F10CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F10CD is #70EF32. Grayscale: #4A4A4A. Windows color (decimal): -7401267 or 13439119. OLE color: 13439119.

HSL color Cylindrical-coordinate representation of color #8F10CD: hue angle of 280.32º degrees, saturation: 0.86, 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 #8F10CD is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 16 205 -
CMYK 0.30 0.92 0 0.20
HSL 280.32º 0.86% 0.43% -
HSV(B) 280.32º 0.92% 0.8% -
XYZ 22.53 10.62 58.62 -
YUV 75.52 201.08 176.13 -
System Red Green Blue C M Y K H S L
Decimal 143 16 205 0.30 0.92 0 0.20 280.32 0.86 0.43
Hex 8F 10 CD 1E 5C 0 14 118 56 2B
Octal 217 20 315 36 134 0 24 430 126 53
Binary 10001111 10000 11001101 11110 1011100 0 10100 100011000 1010110 101011

Color Harmonies of #8F10CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F10CD

Black with #8F10CD

Text Example


Text Example

White with #8F10CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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