Html Css Color HEX #8008CF Dark Violet

📋 copy color: '#8008CF'

red 128 ◦ green 8 ◦ blue 207

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

Shades of Dark Violet #8008CF

Tints of Dark Violet #8008CF

RGB

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

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

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

R = 37.32%
G = 2.33%
B = 60.35%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8008CF (or 0x8008CF) is known color: Dark Violet. HEX triplet: 80, 08 and CF. RGB value is (128,8,207). Sum of RGB (Red+Green+Blue) = 128+8+207=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #8008CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8008CF is #7FF730. Grayscale: #414141. Windows color (decimal): -8386353 or 13568128. OLE color: 13568128.

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

Color convert

RGB 128 8 207 -
CMYK 0.38 0.96 0 0.19
HSL 276.18º 0.93% 0.42% -
HSV(B) 276.18º 0.96% 0.81% -
XYZ 20.25 9.27 59.75 -
YUV 66.57 207.26 171.82 -
System Red Green Blue C M Y K H S L
Decimal 128 8 207 0.38 0.96 0 0.19 276.18 0.93 0.42
Hex 80 8 CF 26 60 0 13 114 5D 2A
Octal 200 10 317 46 140 0 23 424 135 52
Binary 10000000 1000 11001111 100110 1100000 0 10011 100010100 1011101 101010

Color Harmonies of #8008CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8008CF

Black with #8008CF

Text Example


Text Example

White with #8008CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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