Html Css Color HEX #8007DA Dark Violet

📋 copy color: '#8007DA'

red 128 ◦ green 7 ◦ blue 218

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

Shades of Dark Violet #8007DA

Tints of Dark Violet #8007DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.76%

R = 36.26%
G = 1.98%
B = 61.76%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8007DA (or 0x8007DA) is known color: Dark Violet. HEX triplet: 80, 07 and DA. RGB value is (128,7,218). Sum of RGB (Red+Green+Blue) = 128+7+218=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #8007DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8007DA is #7FF825. Grayscale: #424242. Windows color (decimal): -8386598 or 14288768. OLE color: 14288768.

HSL color Cylindrical-coordinate representation of color #8007DA: hue angle of 274.41º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8007DA is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 7 218 -
CMYK 0.41 0.97 0 0.15
HSL 274.41º 0.94% 0.44% -
HSV(B) 274.41º 0.97% 0.85% -
XYZ 21.63 9.8 67.08 -
YUV 67.23 213.09 171.34 -
System Red Green Blue C M Y K H S L
Decimal 128 7 218 0.41 0.97 0 0.15 274.41 0.94 0.44
Hex 80 7 DA 29 61 0 F 112 5E 2C
Octal 200 7 332 51 141 0 17 422 136 54
Binary 10000000 111 11011010 101001 1100001 0 1111 100010010 1011110 101100

Color Harmonies of #8007DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8007DA

Black with #8007DA

Text Example


Text Example

White with #8007DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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