Html Css Color HEX #7D09CE Dark Violet

📋 copy color: '#7D09CE'

red 125 ◦ green 9 ◦ blue 206

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

Shades of Dark Violet #7D09CE

Tints of Dark Violet #7D09CE

RGB

 RED value IS 125 (49.22% from 255) = 36.76%

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

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

R = 36.76%
G = 2.65%
B = 60.59%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D09CE (or 0x7D09CE) is known color: Dark Violet. HEX triplet: 7D, 09 and CE. RGB value is (125,9,206). Sum of RGB (Red+Green+Blue) = 125+9+206=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D09CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D09CE is #82F631. Grayscale: #414141. Windows color (decimal): -8582706 or 13502845. OLE color: 13502845.

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

Color convert

RGB 125 9 206 -
CMYK 0.39 0.96 0 0.19
HSL 275.33º 0.92% 0.42% -
HSV(B) 275.33º 0.96% 0.81% -
XYZ 19.7 9.01 59.09 -
YUV 66.14 206.93 169.98 -
System Red Green Blue C M Y K H S L
Decimal 125 9 206 0.39 0.96 0 0.19 275.33 0.92 0.42
Hex 7D 9 CE 27 60 0 13 113 5C 2A
Octal 175 11 316 47 140 0 23 423 134 52
Binary 1111101 1001 11001110 100111 1100000 0 10011 100010011 1011100 101010

Color Harmonies of #7D09CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D09CE

Black with #7D09CE

Text Example


Text Example

White with #7D09CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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