Html Css Color HEX #8C01BC Dark Violet

📋 copy color: '#8C01BC'

red 140 ◦ green 1 ◦ blue 188

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

Shades of Dark Violet #8C01BC

Tints of Dark Violet #8C01BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.14%

R = 42.55%
G = 0.3%
B = 57.14%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C01BC (or 0x8C01BC) is known color: Dark Violet. HEX triplet: 8C, 01 and BC. RGB value is (140,1,188). Sum of RGB (Red+Green+Blue) = 140+1+188=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C01BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C01BC is #73FE43. Grayscale: #3F3F3F. Windows color (decimal): -7601732 or 12321164. OLE color: 12321164.

HSL color Cylindrical-coordinate representation of color #8C01BC: hue angle of 284.6º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C01BC is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 1 188 -
CMYK 0.26 0.99 0 0.26
HSL 284.6º 0.99% 0.37% -
HSV(B) 284.6º 0.99% 0.74% -
XYZ 19.9 9.23 48.31 -
YUV 63.88 198.05 182.29 -
System Red Green Blue C M Y K H S L
Decimal 140 1 188 0.26 0.99 0 0.26 284.6 0.99 0.37
Hex 8C 1 BC 1A 63 0 1A 11D 63 25
Octal 214 1 274 32 143 0 32 435 143 45
Binary 10001100 1 10111100 11010 1100011 0 11010 100011101 1100011 100101

Color Harmonies of #8C01BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C01BC

Black with #8C01BC

Text Example


Text Example

White with #8C01BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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