Html Css Color HEX #9077BC True V

📋 copy color: '#9077BC'

red 144 ◦ green 119 ◦ blue 188

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

Shades of True V #9077BC

Tints of True V #9077BC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.39%

 BLUE value IS 188 (73.83% from 255) = 41.69%

R = 31.93%
G = 26.39%
B = 41.69%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9077BC (or 0x9077BC) is known color: True V. HEX triplet: 90, 77 and BC. RGB value is (144,119,188). Sum of RGB (Red+Green+Blue) = 144+119+188=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #9077BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9077BC is #6F8843. Grayscale: #868686. Windows color (decimal): -7309380 or 12351376. OLE color: 12351376.

HSL color Cylindrical-coordinate representation of color #9077BC: hue angle of 261.74º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9077BC is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 119 188 -
CMYK 0.23 0.37 0 0.26
HSL 261.74º 0.34% 0.6% -
HSV(B) 261.74º 0.37% 0.74% -
XYZ 27.18 22.75 50.54 -
YUV 134.34 158.28 134.89 -
System Red Green Blue C M Y K H S L
Decimal 144 119 188 0.23 0.37 0 0.26 261.74 0.34 0.6
Hex 90 77 BC 17 25 0 1A 106 22 3C
Octal 220 167 274 27 45 0 32 406 42 74
Binary 10010000 1110111 10111100 10111 100101 0 11010 100000110 100010 111100

Color Harmonies of #9077BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9077BC

Black with #9077BC

Text Example


Text Example

White with #9077BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9077BC; }

 p { color: rgb(144,119,188); }

 H1.HeaderClassName
 {
   color: #9077BC;
 }
 .AnyTagClassName
 {
   color: #9077BC;
 }
</style>

background-color css

<style>
 a { background-color: #9077BC; }

 a { background-color: rgb(144,119,188); }

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

border-color css

<style>
 span { border-color: #9077BC; }

 span { border-color: rgb(144,119,188); }

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