Html Css Color HEX #9D82BC Cold Purple

📋 copy color: '#9D82BC'

red 157 ◦ green 130 ◦ blue 188

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

Shades of Cold Purple #9D82BC

Tints of Cold Purple #9D82BC

RGB

 RED value IS 157 (61.72% from 255) = 33.05%

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

 BLUE value IS 188 (73.83% from 255) = 39.58%

R = 33.05%
G = 27.37%
B = 39.58%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9D82BC (or 0x9D82BC) is known color: Cold Purple. HEX triplet: 9D, 82 and BC. RGB value is (157,130,188). Sum of RGB (Red+Green+Blue) = 157+130+188=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D82BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D82BC is #627D43. Grayscale: #909090. Windows color (decimal): -6454596 or 12354205. OLE color: 12354205.

HSL color Cylindrical-coordinate representation of color #9D82BC: hue angle of 267.93º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D82BC is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 157 130 188 -
CMYK 0.16 0.31 0 0.26
HSL 267.93º 0.3% 0.62% -
HSV(B) 267.93º 0.31% 0.74% -
XYZ 30.96 26.76 51.11 -
YUV 144.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 157 130 188 0.16 0.31 0 0.26 267.93 0.3 0.62
Hex 9D 82 BC 10 1F 0 1A 10C 1E 3E
Octal 235 202 274 20 37 0 32 414 36 76
Binary 10011101 10000010 10111100 10000 11111 0 11010 100001100 11110 111110

Color Harmonies of #9D82BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D82BC

Black with #9D82BC

Text Example


Text Example

White with #9D82BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,130,188); }

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

background-color css

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

 a { background-color: rgb(157,130,188); }

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

border-color css

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

 span { border-color: rgb(157,130,188); }

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