Html Css Color HEX #7F09CC Dark Violet

📋 copy color: '#7F09CC'

red 127 ◦ green 9 ◦ blue 204

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

Shades of Dark Violet #7F09CC

Tints of Dark Violet #7F09CC

RGB

 RED value IS 127 (50% from 255) = 37.35%

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

 BLUE value IS 204 (80.08% from 255) = 60%

R = 37.35%
G = 2.65%
B = 60%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F09CC (or 0x7F09CC) is known color: Dark Violet. HEX triplet: 7F, 09 and CC. RGB value is (127,9,204). Sum of RGB (Red+Green+Blue) = 127+9+204=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F09CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F09CC is #80F633. Grayscale: #414141. Windows color (decimal): -8451636 or 13371775. OLE color: 13371775.

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

Color convert

RGB 127 9 204 -
CMYK 0.38 0.96 0 0.2
HSL 276.31º 0.92% 0.42% -
HSV(B) 276.31º 0.96% 0.8% -
XYZ 19.75 9.07 57.84 -
YUV 66.51 205.59 171.14 -
System Red Green Blue C M Y K H S L
Decimal 127 9 204 0.38 0.96 0 0.2 276.31 0.92 0.42
Hex 7F 9 CC 26 60 0 14 114 5C 2A
Octal 177 11 314 46 140 0 24 424 134 52
Binary 1111111 1001 11001100 100110 1100000 0 10100 100010100 1011100 101010

Color Harmonies of #7F09CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F09CC

Black with #7F09CC

Text Example


Text Example

White with #7F09CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,9,204); }

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

background-color css

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

 a { background-color: rgb(127,9,204); }

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

border-color css

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

 span { border-color: rgb(127,9,204); }

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