Html Css Color HEX #8008BC Dark Violet

📋 copy color: '#8008BC'

red 128 ◦ green 8 ◦ blue 188

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

Shades of Dark Violet #8008BC

Tints of Dark Violet #8008BC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.47%

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

R = 39.51%
G = 2.47%
B = 58.02%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8008BC (or 0x8008BC) is known color: Dark Violet. HEX triplet: 80, 08 and BC. RGB value is (128,8,188). Sum of RGB (Red+Green+Blue) = 128+8+188=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #8008BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8008BC is #7FF743. Grayscale: #3F3F3F. Windows color (decimal): -8386372 or 12322944. OLE color: 12322944.

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

Color convert

RGB 128 8 188 -
CMYK 0.32 0.96 0 0.26
HSL 280º 0.92% 0.38% -
HSV(B) 280º 0.96% 0.74% -
XYZ 18.07 8.39 48.24 -
YUV 64.4 197.76 173.36 -
System Red Green Blue C M Y K H S L
Decimal 128 8 188 0.32 0.96 0 0.26 280 0.92 0.38
Hex 80 8 BC 20 60 0 1A 118 5C 26
Octal 200 10 274 40 140 0 32 430 134 46
Binary 10000000 1000 10111100 100000 1100000 0 11010 100011000 1011100 100110

Color Harmonies of #8008BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8008BC

Black with #8008BC

Text Example


Text Example

White with #8008BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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