Html Css Color HEX #7D09CA Dark Violet

📋 copy color: '#7D09CA'

red 125 ◦ green 9 ◦ blue 202

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

Shades of Dark Violet #7D09CA

Tints of Dark Violet #7D09CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 60.12%

R = 37.2%
G = 2.68%
B = 60.12%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7D09CA (or 0x7D09CA) is known color: Dark Violet. HEX triplet: 7D, 09 and CA. RGB value is (125,9,202). Sum of RGB (Red+Green+Blue) = 125+9+202=336 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.20% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 202 (79.30% from 255 or 60.12% from 336); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D09CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D09CA is #82F635. Grayscale: #414141. Windows color (decimal): -8582710 or 13240701. OLE color: 13240701.

HSL color Cylindrical-coordinate representation of color #7D09CA: hue angle of 276.06º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D09CA is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 9 202 -
CMYK 0.38 0.96 0 0.21
HSL 276.06º 0.91% 0.41% -
HSV(B) 276.06º 0.96% 0.79% -
XYZ 19.22 8.82 56.57 -
YUV 65.69 204.93 170.31 -
System Red Green Blue C M Y K H S L
Decimal 125 9 202 0.38 0.96 0 0.21 276.06 0.91 0.41
Hex 7D 9 CA 26 60 0 15 114 5B 29
Octal 175 11 312 46 140 0 25 424 133 51
Binary 1111101 1001 11001010 100110 1100000 0 10101 100010100 1011011 101001

Color Harmonies of #7D09CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D09CA

Black with #7D09CA

Text Example


Text Example

White with #7D09CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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