Html Css Color HEX #9A82BA Cold Purple

📋 copy color: '#9A82BA'

red 154 ◦ green 130 ◦ blue 186

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

Shades of Cold Purple #9A82BA

Tints of Cold Purple #9A82BA

RGB

 RED value IS 154 (60.55% from 255) = 32.77%

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

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 32.77%
G = 27.66%
B = 39.57%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A82BA (or 0x9A82BA) is known color: Cold Purple. HEX triplet: 9A, 82 and BA. RGB value is (154,130,186). Sum of RGB (Red+Green+Blue) = 154+130+186=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A82BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A82BA is #657D45. Grayscale: #8F8F8F. Windows color (decimal): -6651206 or 12223130. OLE color: 12223130.

HSL color Cylindrical-coordinate representation of color #9A82BA: hue angle of 265.71º degrees, saturation: 0.29, 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 #9A82BA is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 130 186 -
CMYK 0.17 0.30 0 0.27
HSL 265.71º 0.29% 0.62% -
HSV(B) 265.71º 0.3% 0.73% -
XYZ 30.17 26.38 49.96 -
YUV 143.56 151.95 135.45 -
System Red Green Blue C M Y K H S L
Decimal 154 130 186 0.17 0.30 0 0.27 265.71 0.29 0.62
Hex 9A 82 BA 11 1E 0 1B 10A 1D 3E
Octal 232 202 272 21 36 0 33 412 35 76
Binary 10011010 10000010 10111010 10001 11110 0 11011 100001010 11101 111110

Color Harmonies of #9A82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A82BA

Black with #9A82BA

Text Example


Text Example

White with #9A82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A82BA; }

 p { color: rgb(154,130,186); }

 H1.HeaderClassName
 {
   color: #9A82BA;
 }
 .AnyTagClassName
 {
   color: #9A82BA;
 }
</style>

background-color css

<style>
 a { background-color: #9A82BA; }

 a { background-color: rgb(154,130,186); }

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

border-color css

<style>
 span { border-color: #9A82BA; }

 span { border-color: rgb(154,130,186); }

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