Html Css Color HEX #9C84F1 Medium Purple

📋 copy color: '#9C84F1'

red 156 ◦ green 132 ◦ blue 241

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

Shades of Medium Purple #9C84F1

Tints of Medium Purple #9C84F1

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.95%

 BLUE value IS 241 (94.53% from 255) = 45.56%

R = 29.49%
G = 24.95%
B = 45.56%

CMYK

 C value IS 0.35

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9C84F1 (or 0x9C84F1) is known color: Medium Purple. HEX triplet: 9C, 84 and F1. RGB value is (156,132,241). Sum of RGB (Red+Green+Blue) = 156+132+241=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C84F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C84F1 is #637B0E. Grayscale: #979797. Windows color (decimal): -6519567 or 15828124. OLE color: 15828124.

HSL color Cylindrical-coordinate representation of color #9C84F1: hue angle of 253.21º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C84F1 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 132 241 -
CMYK 0.35 0.45 0 0.05
HSL 253.21º 0.8% 0.73% -
HSV(B) 253.21º 0.45% 0.95% -
XYZ 37.84 29.92 87 -
YUV 151.6 178.45 131.14 -
System Red Green Blue C M Y K H S L
Decimal 156 132 241 0.35 0.45 0 0.05 253.21 0.8 0.73
Hex 9C 84 F1 23 2D 0 5 FD 50 49
Octal 234 204 361 43 55 0 5 375 120 111
Binary 10011100 10000100 11110001 100011 101101 0 101 11111101 1010000 1001001

Color Harmonies of #9C84F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C84F1

Black with #9C84F1

Text Example


Text Example

White with #9C84F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,132,241); }

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

background-color css

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

 a { background-color: rgb(156,132,241); }

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

border-color css

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

 span { border-color: rgb(156,132,241); }

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