Html Css Color HEX #9C82DA Medium Purple

📋 copy color: '#9C82DA'

red 156 ◦ green 130 ◦ blue 218

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

Shades of Medium Purple #9C82DA

Tints of Medium Purple #9C82DA

RGB

 RED value IS 156 (61.33% from 255) = 30.95%

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

 BLUE value IS 218 (85.55% from 255) = 43.25%

R = 30.95%
G = 25.79%
B = 43.25%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9C82DA (or 0x9C82DA) is known color: Medium Purple. HEX triplet: 9C, 82 and DA. RGB value is (156,130,218). Sum of RGB (Red+Green+Blue) = 156+130+218=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C82DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C82DA is #637D25. Grayscale: #939393. Windows color (decimal): -6520102 or 14320284. OLE color: 14320284.

HSL color Cylindrical-coordinate representation of color #9C82DA: hue angle of 257.73º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C82DA is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 130 218 -
CMYK 0.28 0.40 0 0.15
HSL 257.73º 0.54% 0.68% -
HSV(B) 257.73º 0.4% 0.85% -
XYZ 34.35 28.1 69.94 -
YUV 147.81 167.61 133.84 -
System Red Green Blue C M Y K H S L
Decimal 156 130 218 0.28 0.40 0 0.15 257.73 0.54 0.68
Hex 9C 82 DA 1C 28 0 F 102 36 44
Octal 234 202 332 34 50 0 17 402 66 104
Binary 10011100 10000010 11011010 11100 101000 0 1111 100000010 110110 1000100

Color Harmonies of #9C82DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C82DA

Black with #9C82DA

Text Example


Text Example

White with #9C82DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,130,218); }

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

background-color css

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

 a { background-color: rgb(156,130,218); }

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

border-color css

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

 span { border-color: rgb(156,130,218); }

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