Html Css Color HEX #8C01BB Dark Violet

📋 copy color: '#8C01BB'

red 140 ◦ green 1 ◦ blue 187

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

Shades of Dark Violet #8C01BB

Tints of Dark Violet #8C01BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.01%

R = 42.68%
G = 0.3%
B = 57.01%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C01BB (or 0x8C01BB) is known color: Dark Violet. HEX triplet: 8C, 01 and BB. RGB value is (140,1,187). Sum of RGB (Red+Green+Blue) = 140+1+187=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C01BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C01BB is #73FE44. Grayscale: #3F3F3F. Windows color (decimal): -7601733 or 12255628. OLE color: 12255628.

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

Color convert

RGB 140 1 187 -
CMYK 0.25 0.99 0 0.27
HSL 284.84º 0.99% 0.37% -
HSV(B) 284.84º 0.99% 0.73% -
XYZ 19.8 9.19 47.74 -
YUV 63.77 197.55 182.38 -
System Red Green Blue C M Y K H S L
Decimal 140 1 187 0.25 0.99 0 0.27 284.84 0.99 0.37
Hex 8C 1 BB 19 63 0 1B 11D 63 25
Octal 214 1 273 31 143 0 33 435 143 45
Binary 10001100 1 10111011 11001 1100011 0 11011 100011101 1100011 100101

Color Harmonies of #8C01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C01BB

Black with #8C01BB

Text Example


Text Example

White with #8C01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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