Html Css Color HEX #8007CF Dark Violet

📋 copy color: '#8007CF'

red 128 ◦ green 7 ◦ blue 207

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

Shades of Dark Violet #8007CF

Tints of Dark Violet #8007CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.53%

R = 37.43%
G = 2.05%
B = 60.53%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8007CF (or 0x8007CF) is known color: Dark Violet. HEX triplet: 80, 07 and CF. RGB value is (128,7,207). Sum of RGB (Red+Green+Blue) = 128+7+207=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #8007CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8007CF is #7FF830. Grayscale: #414141. Windows color (decimal): -8386609 or 13567872. OLE color: 13567872.

HSL color Cylindrical-coordinate representation of color #8007CF: hue angle of 276.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8007CF is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 7 207 -
CMYK 0.38 0.97 0 0.19
HSL 276.3º 0.93% 0.42% -
HSV(B) 276.3º 0.97% 0.81% -
XYZ 20.24 9.25 59.75 -
YUV 65.98 207.59 172.24 -
System Red Green Blue C M Y K H S L
Decimal 128 7 207 0.38 0.97 0 0.19 276.3 0.93 0.42
Hex 80 7 CF 26 61 0 13 114 5D 2A
Octal 200 7 317 46 141 0 23 424 135 52
Binary 10000000 111 11001111 100110 1100001 0 10011 100010100 1011101 101010

Color Harmonies of #8007CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8007CF

Black with #8007CF

Text Example


Text Example

White with #8007CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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