Html Css Color HEX #8007BC Dark Violet

📋 copy color: '#8007BC'

red 128 ◦ green 7 ◦ blue 188

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

Shades of Dark Violet #8007BC

Tints of Dark Violet #8007BC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

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

R = 39.63%
G = 2.17%
B = 58.2%

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

#8007BC (or 0x8007BC) is known color: Dark Violet. HEX triplet: 80, 07 and BC. RGB value is (128,7,188). Sum of RGB (Red+Green+Blue) = 128+7+188=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #8007BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8007BC is #7FF843. Grayscale: #3F3F3F. Windows color (decimal): -8386628 or 12322688. OLE color: 12322688.

HSL color Cylindrical-coordinate representation of color #8007BC: hue angle of 280.11º degrees, saturation: 0.93, 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 #8007BC is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 7 188 -
CMYK 0.32 0.96 0 0.26
HSL 280.11º 0.93% 0.38% -
HSV(B) 280.11º 0.96% 0.74% -
XYZ 18.06 8.37 48.24 -
YUV 63.81 198.09 173.78 -
System Red Green Blue C M Y K H S L
Decimal 128 7 188 0.32 0.96 0 0.26 280.11 0.93 0.38
Hex 80 7 BC 20 60 0 1A 118 5D 26
Octal 200 7 274 40 140 0 32 430 135 46
Binary 10000000 111 10111100 100000 1100000 0 11010 100011000 1011101 100110

Color Harmonies of #8007BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8007BC

Black with #8007BC

Text Example


Text Example

White with #8007BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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