Html Css Color HEX #9079D0 True V

📋 copy color: '#9079D0'

red 144 ◦ green 121 ◦ blue 208

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

Shades of True V #9079D0

Tints of True V #9079D0

RGB

 RED value IS 144 (56.64% from 255) = 30.44%

 GREEN value IS 121 (47.66% from 255) = 25.58%

 BLUE value IS 208 (81.64% from 255) = 43.97%

R = 30.44%
G = 25.58%
B = 43.97%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9079D0 (or 0x9079D0) is known color: True V. HEX triplet: 90, 79 and D0. RGB value is (144,121,208). Sum of RGB (Red+Green+Blue) = 144+121+208=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 121 (47.66% from 255 or 25.58% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #9079D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9079D0 is #6F862F. Grayscale: #898989. Windows color (decimal): -7308848 or 13662608. OLE color: 13662608.

HSL color Cylindrical-coordinate representation of color #9079D0: hue angle of 255.86º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9079D0 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 144 121 208 -
CMYK 0.31 0.42 0 0.18
HSL 255.86º 0.48% 0.65% -
HSV(B) 255.86º 0.42% 0.82% -
XYZ 29.72 24.16 62.77 -
YUV 137.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 144 121 208 0.31 0.42 0 0.18 255.86 0.48 0.65
Hex 90 79 D0 1F 2A 0 12 100 30 41
Octal 220 171 320 37 52 0 22 400 60 101
Binary 10010000 1111001 11010000 11111 101010 0 10010 100000000 110000 1000001

Color Harmonies of #9079D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9079D0

Black with #9079D0

Text Example


Text Example

White with #9079D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9079D0; }

 p { color: rgb(144,121,208); }

 H1.HeaderClassName
 {
   color: #9079D0;
 }
 .AnyTagClassName
 {
   color: #9079D0;
 }
</style>

background-color css

<style>
 a { background-color: #9079D0; }

 a { background-color: rgb(144,121,208); }

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

border-color css

<style>
 span { border-color: #9079D0; }

 span { border-color: rgb(144,121,208); }

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