Html Css Color HEX #7A09CE Dark Violet

📋 copy color: '#7A09CE'

red 122 ◦ green 9 ◦ blue 206

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

Shades of Dark Violet #7A09CE

Tints of Dark Violet #7A09CE

RGB

 RED value IS 122 (48.05% from 255) = 36.2%

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

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

R = 36.2%
G = 2.67%
B = 61.13%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A09CE (or 0x7A09CE) is known color: Dark Violet. HEX triplet: 7A, 09 and CE. RGB value is (122,9,206). Sum of RGB (Red+Green+Blue) = 122+9+206=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A09CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A09CE is #85F631. Grayscale: #404040. Windows color (decimal): -8779314 or 13502842. OLE color: 13502842.

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

Color convert

RGB 122 9 206 -
CMYK 0.41 0.96 0 0.19
HSL 274.42º 0.92% 0.42% -
HSV(B) 274.42º 0.96% 0.81% -
XYZ 19.26 8.79 59.07 -
YUV 65.25 207.44 168.48 -
System Red Green Blue C M Y K H S L
Decimal 122 9 206 0.41 0.96 0 0.19 274.42 0.92 0.42
Hex 7A 9 CE 29 60 0 13 112 5C 2A
Octal 172 11 316 51 140 0 23 422 134 52
Binary 1111010 1001 11001110 101001 1100000 0 10011 100010010 1011100 101010

Color Harmonies of #7A09CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A09CE

Black with #7A09CE

Text Example


Text Example

White with #7A09CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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