Html Css Color HEX #8009BC Dark Violet

📋 copy color: '#8009BC'

red 128 ◦ green 9 ◦ blue 188

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

Shades of Dark Violet #8009BC

Tints of Dark Violet #8009BC

RGB

 RED value IS 128 (50.39% from 255) = 39.38%

 GREEN value IS 9 (3.91% from 255) = 2.77%

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

R = 39.38%
G = 2.77%
B = 57.85%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8009BC (or 0x8009BC) is known color: Dark Violet. HEX triplet: 80, 09 and BC. RGB value is (128,9,188). Sum of RGB (Red+Green+Blue) = 128+9+188=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #8009BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8009BC is #7FF643. Grayscale: #404040. Windows color (decimal): -8386116 or 12323200. OLE color: 12323200.

HSL color Cylindrical-coordinate representation of color #8009BC: hue angle of 279.89º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8009BC is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 9 188 -
CMYK 0.32 0.95 0 0.26
HSL 279.89º 0.91% 0.39% -
HSV(B) 279.89º 0.95% 0.74% -
XYZ 18.08 8.42 48.25 -
YUV 64.99 197.42 172.95 -
System Red Green Blue C M Y K H S L
Decimal 128 9 188 0.32 0.95 0 0.26 279.89 0.91 0.39
Hex 80 9 BC 20 5F 0 1A 118 5B 27
Octal 200 11 274 40 137 0 32 430 133 47
Binary 10000000 1001 10111100 100000 1011111 0 11010 100011000 1011011 100111

Color Harmonies of #8009BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8009BC

Black with #8009BC

Text Example


Text Example

White with #8009BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8009BC; }

 p { color: rgb(128,9,188); }

 H1.HeaderClassName
 {
   color: #8009BC;
 }
 .AnyTagClassName
 {
   color: #8009BC;
 }
</style>

background-color css

<style>
 a { background-color: #8009BC; }

 a { background-color: rgb(128,9,188); }

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

border-color css

<style>
 span { border-color: #8009BC; }

 span { border-color: rgb(128,9,188); }

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