Html Css Color HEX #8C01CF Dark Violet

📋 copy color: '#8C01CF'

red 140 ◦ green 1 ◦ blue 207

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

Shades of Dark Violet #8C01CF

Tints of Dark Violet #8C01CF

RGB

 RED value IS 140 (55.08% from 255) = 40.23%

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

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

R = 40.23%
G = 0.29%
B = 59.48%

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

#8C01CF (or 0x8C01CF) is known color: Dark Violet. HEX triplet: 8C, 01 and CF. RGB value is (140,1,207). Sum of RGB (Red+Green+Blue) = 140+1+207=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C01CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C01CF is #73FE30. Grayscale: #414141. Windows color (decimal): -7601713 or 13566348. OLE color: 13566348.

HSL color Cylindrical-coordinate representation of color #8C01CF: hue angle of 280.49º 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 #8C01CF is Cyan = 0.32, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 1 207 -
CMYK 0.32 1.00 0 0.19
HSL 280.49º 0.99% 0.41% -
HSV(B) 280.49º 1% 0.81% -
XYZ 22.09 10.1 59.82 -
YUV 66.05 207.55 180.75 -
System Red Green Blue C M Y K H S L
Decimal 140 1 207 0.32 1.00 0 0.19 280.49 0.99 0.41
Hex 8C 1 CF 20 64 0 13 118 63 29
Octal 214 1 317 40 144 0 23 430 143 51
Binary 10001100 1 11001111 100000 1100100 0 10011 100011000 1100011 101001

Color Harmonies of #8C01CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C01CF

Black with #8C01CF

Text Example


Text Example

White with #8C01CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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