Html Css Color HEX #7F08DC Dark Violet

📋 copy color: '#7F08DC'

red 127 ◦ green 8 ◦ blue 220

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

Shades of Dark Violet #7F08DC

Tints of Dark Violet #7F08DC

RGB

 RED value IS 127 (50% from 255) = 35.77%

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

 BLUE value IS 220 (86.33% from 255) = 61.97%

R = 35.77%
G = 2.25%
B = 61.97%

CMYK

 C value IS 0.42

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F08DC (or 0x7F08DC) is known color: Dark Violet. HEX triplet: 7F, 08 and DC. RGB value is (127,8,220). Sum of RGB (Red+Green+Blue) = 127+8+220=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F08DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F08DC is #80F723. Grayscale: #434343. Windows color (decimal): -8451876 or 14420095. OLE color: 14420095.

HSL color Cylindrical-coordinate representation of color #7F08DC: hue angle of 273.68º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F08DC is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 8 220 -
CMYK 0.42 0.96 0 0.14
HSL 273.68º 0.93% 0.45% -
HSV(B) 273.68º 0.96% 0.86% -
XYZ 21.76 9.85 68.47 -
YUV 67.75 213.92 170.26 -
System Red Green Blue C M Y K H S L
Decimal 127 8 220 0.42 0.96 0 0.14 273.68 0.93 0.45
Hex 7F 8 DC 2A 60 0 E 112 5D 2D
Octal 177 10 334 52 140 0 16 422 135 55
Binary 1111111 1000 11011100 101010 1100000 0 1110 100010010 1011101 101101

Color Harmonies of #7F08DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F08DC

Black with #7F08DC

Text Example


Text Example

White with #7F08DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F08DC; }

 p { color: rgb(127,8,220); }

 H1.HeaderClassName
 {
   color: #7F08DC;
 }
 .AnyTagClassName
 {
   color: #7F08DC;
 }
</style>

background-color css

<style>
 a { background-color: #7F08DC; }

 a { background-color: rgb(127,8,220); }

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

border-color css

<style>
 span { border-color: #7F08DC; }

 span { border-color: rgb(127,8,220); }

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