Html Css Color HEX #7908DD Dark Violet

📋 copy color: '#7908DD'

red 121 ◦ green 8 ◦ blue 221

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

Shades of Dark Violet #7908DD

Tints of Dark Violet #7908DD

RGB

 RED value IS 121 (47.66% from 255) = 34.57%

 GREEN value IS 8 (3.52% from 255) = 2.29%

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 34.57%
G = 2.29%
B = 63.14%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7908DD (or 0x7908DD) is known color: Dark Violet. HEX triplet: 79, 08 and DD. RGB value is (121,8,221). Sum of RGB (Red+Green+Blue) = 121+8+221=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #7908DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7908DD is #86F722. Grayscale: #414141. Windows color (decimal): -8845091 or 14485625. OLE color: 14485625.

HSL color Cylindrical-coordinate representation of color #7908DD: hue angle of 271.83º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7908DD is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 8 221 -
CMYK 0.45 0.96 0 0.13
HSL 271.83º 0.93% 0.45% -
HSV(B) 271.83º 0.96% 0.87% -
XYZ 21.02 9.46 69.12 -
YUV 66.07 215.44 167.18 -
System Red Green Blue C M Y K H S L
Decimal 121 8 221 0.45 0.96 0 0.13 271.83 0.93 0.45
Hex 79 8 DD 2D 60 0 D 110 5D 2D
Octal 171 10 335 55 140 0 15 420 135 55
Binary 1111001 1000 11011101 101101 1100000 0 1101 100010000 1011101 101101

Color Harmonies of #7908DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7908DD

Black with #7908DD

Text Example


Text Example

White with #7908DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7908DD; }

 p { color: rgb(121,8,221); }

 H1.HeaderClassName
 {
   color: #7908DD;
 }
 .AnyTagClassName
 {
   color: #7908DD;
 }
</style>

background-color css

<style>
 a { background-color: #7908DD; }

 a { background-color: rgb(121,8,221); }

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

border-color css

<style>
 span { border-color: #7908DD; }

 span { border-color: rgb(121,8,221); }

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