Html Css Color HEX #7C09CE Dark Violet

📋 copy color: '#7C09CE'

red 124 ◦ green 9 ◦ blue 206

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

Shades of Dark Violet #7C09CE

Tints of Dark Violet #7C09CE

RGB

 RED value IS 124 (48.83% from 255) = 36.58%

 GREEN value IS 9 (3.91% from 255) = 2.65%

 BLUE value IS 206 (80.86% from 255) = 60.77%

R = 36.58%
G = 2.65%
B = 60.77%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7C09CE (or 0x7C09CE) is known color: Dark Violet. HEX triplet: 7C, 09 and CE. RGB value is (124,9,206). Sum of RGB (Red+Green+Blue) = 124+9+206=339 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.58% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C09CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C09CE is #83F631. Grayscale: #414141. Windows color (decimal): -8648242 or 13502844. OLE color: 13502844.

HSL color Cylindrical-coordinate representation of color #7C09CE: hue angle of 275.03º degrees, saturation: 0.92, 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 #7C09CE is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 124 9 206 -
CMYK 0.40 0.96 0 0.19
HSL 275.03º 0.92% 0.42% -
HSV(B) 275.03º 0.96% 0.81% -
XYZ 19.55 8.94 59.09 -
YUV 65.84 207.1 169.48 -
System Red Green Blue C M Y K H S L
Decimal 124 9 206 0.40 0.96 0 0.19 275.03 0.92 0.42
Hex 7C 9 CE 28 60 0 13 113 5C 2A
Octal 174 11 316 50 140 0 23 423 134 52
Binary 1111100 1001 11001110 101000 1100000 0 10011 100010011 1011100 101010

Color Harmonies of #7C09CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C09CE

Black with #7C09CE

Text Example


Text Example

White with #7C09CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,9,206); }

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

background-color css

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

 a { background-color: rgb(124,9,206); }

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

border-color css

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

 span { border-color: rgb(124,9,206); }

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