Html Css Color HEX #7A09CB Dark Violet

📋 copy color: '#7A09CB'

red 122 ◦ green 9 ◦ blue 203

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

Shades of Dark Violet #7A09CB

Tints of Dark Violet #7A09CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.78%

R = 36.53%
G = 2.69%
B = 60.78%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A09CB (or 0x7A09CB) is known color: Dark Violet. HEX triplet: 7A, 09 and CB. RGB value is (122,9,203). Sum of RGB (Red+Green+Blue) = 122+9+203=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A09CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A09CB is #85F634. Grayscale: #404040. Windows color (decimal): -8779317 or 13306234. OLE color: 13306234.

HSL color Cylindrical-coordinate representation of color #7A09CB: hue angle of 274.95º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A09CB is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 9 203 -
CMYK 0.40 0.96 0 0.20
HSL 274.95º 0.92% 0.42% -
HSV(B) 274.95º 0.96% 0.8% -
XYZ 18.9 8.64 57.17 -
YUV 64.9 205.94 168.73 -
System Red Green Blue C M Y K H S L
Decimal 122 9 203 0.40 0.96 0 0.20 274.95 0.92 0.42
Hex 7A 9 CB 28 60 0 14 113 5C 2A
Octal 172 11 313 50 140 0 24 423 134 52
Binary 1111010 1001 11001011 101000 1100000 0 10100 100010011 1011100 101010

Color Harmonies of #7A09CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A09CB

Black with #7A09CB

Text Example


Text Example

White with #7A09CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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