Html Css Color HEX #9080BC Cold Purple

📋 copy color: '#9080BC'

red 144 ◦ green 128 ◦ blue 188

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

Shades of Cold Purple #9080BC

Tints of Cold Purple #9080BC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.83%

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

R = 31.3%
G = 27.83%
B = 40.87%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9080BC (or 0x9080BC) is known color: Cold Purple. HEX triplet: 90, 80 and BC. RGB value is (144,128,188). Sum of RGB (Red+Green+Blue) = 144+128+188=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #9080BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9080BC is #6F7F43. Grayscale: #8B8B8B. Windows color (decimal): -7307076 or 12353680. OLE color: 12353680.

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

Color convert

RGB 144 128 188 -
CMYK 0.23 0.32 0 0.26
HSL 256º 0.31% 0.62% -
HSV(B) 256º 0.32% 0.74% -
XYZ 28.3 25 50.91 -
YUV 139.62 155.3 131.12 -
System Red Green Blue C M Y K H S L
Decimal 144 128 188 0.23 0.32 0 0.26 256 0.31 0.62
Hex 90 80 BC 17 20 0 1A 100 1F 3E
Octal 220 200 274 27 40 0 32 400 37 76
Binary 10010000 10000000 10111100 10111 100000 0 11010 100000000 11111 111110

Color Harmonies of #9080BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9080BC

Black with #9080BC

Text Example


Text Example

White with #9080BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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