Html Css Color HEX #9782CC Cold Purple

📋 copy color: '#9782CC'

red 151 ◦ green 130 ◦ blue 204

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

Shades of Cold Purple #9782CC

Tints of Cold Purple #9782CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 31.13%
G = 26.8%
B = 42.06%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9782CC (or 0x9782CC) is known color: Cold Purple. HEX triplet: 97, 82 and CC. RGB value is (151,130,204). Sum of RGB (Red+Green+Blue) = 151+130+204=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #9782CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9782CC is #687D33. Grayscale: #909090. Windows color (decimal): -6847796 or 13402775. OLE color: 13402775.

HSL color Cylindrical-coordinate representation of color #9782CC: hue angle of 257.03º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9782CC is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 151 130 204 -
CMYK 0.26 0.36 0 0.2
HSL 257.03º 0.42% 0.65% -
HSV(B) 257.03º 0.36% 0.8% -
XYZ 31.64 26.9 60.65 -
YUV 144.72 161.46 132.48 -
System Red Green Blue C M Y K H S L
Decimal 151 130 204 0.26 0.36 0 0.2 257.03 0.42 0.65
Hex 97 82 CC 1A 24 0 14 101 2A 41
Octal 227 202 314 32 44 0 24 401 52 101
Binary 10010111 10000010 11001100 11010 100100 0 10100 100000001 101010 1000001

Color Harmonies of #9782CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9782CC

Black with #9782CC

Text Example


Text Example

White with #9782CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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