Html Css Color HEX #9782CA Cold Purple

📋 copy color: '#9782CA'

red 151 ◦ green 130 ◦ blue 202

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

Shades of Cold Purple #9782CA

Tints of Cold Purple #9782CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 31.26%
G = 26.92%
B = 41.82%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9782CA (or 0x9782CA) is known color: Cold Purple. HEX triplet: 97, 82 and CA. RGB value is (151,130,202). Sum of RGB (Red+Green+Blue) = 151+130+202=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #9782CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9782CA is #687D35. Grayscale: #909090. Windows color (decimal): -6847798 or 13271703. OLE color: 13271703.

HSL color Cylindrical-coordinate representation of color #9782CA: hue angle of 257.5º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9782CA is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 130 202 -
CMYK 0.25 0.36 0 0.21
HSL 257.5º 0.4% 0.65% -
HSV(B) 257.5º 0.36% 0.79% -
XYZ 31.41 26.81 59.4 -
YUV 144.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 151 130 202 0.25 0.36 0 0.21 257.5 0.4 0.65
Hex 97 82 CA 19 24 0 15 102 28 41
Octal 227 202 312 31 44 0 25 402 50 101
Binary 10010111 10000010 11001010 11001 100100 0 10101 100000010 101000 1000001

Color Harmonies of #9782CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9782CA

Black with #9782CA

Text Example


Text Example

White with #9782CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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