Html Css Color HEX #7808BA Dark Violet

📋 copy color: '#7808BA'

red 120 ◦ green 8 ◦ blue 186

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

Shades of Dark Violet #7808BA

Tints of Dark Violet #7808BA

RGB

 RED value IS 120 (47.27% from 255) = 38.22%

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

 BLUE value IS 186 (73.05% from 255) = 59.24%

R = 38.22%
G = 2.55%
B = 59.24%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7808BA (or 0x7808BA) is known color: Dark Violet. HEX triplet: 78, 08 and BA. RGB value is (120,8,186). Sum of RGB (Red+Green+Blue) = 120+8+186=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #7808BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7808BA is #87F745. Grayscale: #3D3D3D. Windows color (decimal): -8910662 or 12191864. OLE color: 12191864.

HSL color Cylindrical-coordinate representation of color #7808BA: hue angle of 277.75º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7808BA is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 8 186 -
CMYK 0.35 0.96 0 0.27
HSL 277.75º 0.92% 0.38% -
HSV(B) 277.75º 0.96% 0.73% -
XYZ 16.7 7.71 47.06 -
YUV 61.78 198.11 169.53 -
System Red Green Blue C M Y K H S L
Decimal 120 8 186 0.35 0.96 0 0.27 277.75 0.92 0.38
Hex 78 8 BA 23 60 0 1B 116 5C 26
Octal 170 10 272 43 140 0 33 426 134 46
Binary 1111000 1000 10111010 100011 1100000 0 11011 100010110 1011100 100110

Color Harmonies of #7808BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7808BA

Black with #7808BA

Text Example


Text Example

White with #7808BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7808BA; }

 p { color: rgb(120,8,186); }

 H1.HeaderClassName
 {
   color: #7808BA;
 }
 .AnyTagClassName
 {
   color: #7808BA;
 }
</style>

background-color css

<style>
 a { background-color: #7808BA; }

 a { background-color: rgb(120,8,186); }

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

border-color css

<style>
 span { border-color: #7808BA; }

 span { border-color: rgb(120,8,186); }

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