Html Css Color HEX #9782BA Cold Purple

📋 copy color: '#9782BA'

red 151 ◦ green 130 ◦ blue 186

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

Shades of Cold Purple #9782BA

Tints of Cold Purple #9782BA

RGB

 RED value IS 151 (59.38% from 255) = 32.33%

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

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

R = 32.33%
G = 27.84%
B = 39.83%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9782BA (or 0x9782BA) is known color: Cold Purple. HEX triplet: 97, 82 and BA. RGB value is (151,130,186). Sum of RGB (Red+Green+Blue) = 151+130+186=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #9782BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9782BA is #687D45. Grayscale: #8E8E8E. Windows color (decimal): -6847814 or 12223127. OLE color: 12223127.

HSL color Cylindrical-coordinate representation of color #9782BA: hue angle of 262.5º 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 #9782BA is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 130 186 -
CMYK 0.19 0.30 0 0.27
HSL 262.5º 0.29% 0.62% -
HSV(B) 262.5º 0.3% 0.73% -
XYZ 29.61 26.09 49.93 -
YUV 142.66 152.46 133.95 -
System Red Green Blue C M Y K H S L
Decimal 151 130 186 0.19 0.30 0 0.27 262.5 0.29 0.62
Hex 97 82 BA 13 1E 0 1B 106 1D 3E
Octal 227 202 272 23 36 0 33 406 35 76
Binary 10010111 10000010 10111010 10011 11110 0 11011 100000110 11101 111110

Color Harmonies of #9782BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9782BA

Black with #9782BA

Text Example


Text Example

White with #9782BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9782BA; }

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

 H1.HeaderClassName
 {
   color: #9782BA;
 }
 .AnyTagClassName
 {
   color: #9782BA;
 }
</style>

background-color css

<style>
 a { background-color: #9782BA; }

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

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

border-color css

<style>
 span { border-color: #9782BA; }

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

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