Html Css Color HEX #9082BB Cold Purple

📋 copy color: '#9082BB'

red 144 ◦ green 130 ◦ blue 187

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

Shades of Cold Purple #9082BB

Tints of Cold Purple #9082BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.2%

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 31.24%
G = 28.2%
B = 40.56%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9082BB (or 0x9082BB) is known color: Cold Purple. HEX triplet: 90, 82 and BB. RGB value is (144,130,187). Sum of RGB (Red+Green+Blue) = 144+130+187=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #9082BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9082BB is #6F7D44. Grayscale: #8C8C8C. Windows color (decimal): -7306565 or 12288656. OLE color: 12288656.

HSL color Cylindrical-coordinate representation of color #9082BB: hue angle of 254.74º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9082BB is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 130 187 -
CMYK 0.23 0.30 0 0.27
HSL 254.74º 0.3% 0.62% -
HSV(B) 254.74º 0.3% 0.73% -
XYZ 28.45 25.48 50.43 -
YUV 140.68 154.14 130.37 -
System Red Green Blue C M Y K H S L
Decimal 144 130 187 0.23 0.30 0 0.27 254.74 0.3 0.62
Hex 90 82 BB 17 1E 0 1B FF 1E 3E
Octal 220 202 273 27 36 0 33 377 36 76
Binary 10010000 10000010 10111011 10111 11110 0 11011 11111111 11110 111110

Color Harmonies of #9082BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9082BB

Black with #9082BB

Text Example


Text Example

White with #9082BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9082BB; }

 p { color: rgb(144,130,187); }

 H1.HeaderClassName
 {
   color: #9082BB;
 }
 .AnyTagClassName
 {
   color: #9082BB;
 }
</style>

background-color css

<style>
 a { background-color: #9082BB; }

 a { background-color: rgb(144,130,187); }

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

border-color css

<style>
 span { border-color: #9082BB; }

 span { border-color: rgb(144,130,187); }

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