Html Css Color HEX #7908B5 Dark Violet

📋 copy color: '#7908B5'

red 121 ◦ green 8 ◦ blue 181

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

Shades of Dark Violet #7908B5

Tints of Dark Violet #7908B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 58.39%

R = 39.03%
G = 2.58%
B = 58.39%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7908B5 (or 0x7908B5) is known color: Dark Violet. HEX triplet: 79, 08 and B5. RGB value is (121,8,181). Sum of RGB (Red+Green+Blue) = 121+8+181=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 181 (71.09% from 255 or 58.39% from 310); Max value from RGB is 181 - color contains mainly: blue. Hex color #7908B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7908B5 is #86F74A. Grayscale: #3C3C3C. Windows color (decimal): -8845131 or 11864185. OLE color: 11864185.

HSL color Cylindrical-coordinate representation of color #7908B5: hue angle of 279.19º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7908B5 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 8 181 -
CMYK 0.33 0.96 0 0.29
HSL 279.19º 0.92% 0.37% -
HSV(B) 279.19º 0.96% 0.71% -
XYZ 16.31 7.57 44.32 -
YUV 61.51 195.44 170.43 -
System Red Green Blue C M Y K H S L
Decimal 121 8 181 0.33 0.96 0 0.29 279.19 0.92 0.37
Hex 79 8 B5 21 60 0 1D 117 5C 25
Octal 171 10 265 41 140 0 35 427 134 45
Binary 1111001 1000 10110101 100001 1100000 0 11101 100010111 1011100 100101

Color Harmonies of #7908B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7908B5

Black with #7908B5

Text Example


Text Example

White with #7908B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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