Html Css Color HEX #8D01CF Dark Violet

📋 copy color: '#8D01CF'

red 141 ◦ green 1 ◦ blue 207

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

Shades of Dark Violet #8D01CF

Tints of Dark Violet #8D01CF

RGB

 RED value IS 141 (55.47% from 255) = 40.4%

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 207 (81.25% from 255) = 59.31%

R = 40.4%
G = 0.29%
B = 59.31%

CMYK

 C value IS 0.32

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8D01CF (or 0x8D01CF) is known color: Dark Violet. HEX triplet: 8D, 01 and CF. RGB value is (141,1,207). Sum of RGB (Red+Green+Blue) = 141+1+207=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D01CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D01CF is #72FE30. Grayscale: #414141. Windows color (decimal): -7536177 or 13566349. OLE color: 13566349.

HSL color Cylindrical-coordinate representation of color #8D01CF: hue angle of 280.78º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D01CF is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 1 207 -
CMYK 0.32 1.00 0 0.19
HSL 280.78º 0.99% 0.41% -
HSV(B) 280.78º 1% 0.81% -
XYZ 22.26 10.19 59.83 -
YUV 66.34 207.38 181.25 -
System Red Green Blue C M Y K H S L
Decimal 141 1 207 0.32 1.00 0 0.19 280.78 0.99 0.41
Hex 8D 1 CF 20 64 0 13 119 63 29
Octal 215 1 317 40 144 0 23 431 143 51
Binary 10001101 1 11001111 100000 1100100 0 10011 100011001 1100011 101001

Color Harmonies of #8D01CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D01CF

Black with #8D01CF

Text Example


Text Example

White with #8D01CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,1,207); }

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

background-color css

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

 a { background-color: rgb(141,1,207); }

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

border-color css

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

 span { border-color: rgb(141,1,207); }

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