Html Css Color HEX #9C84EA Medium Purple

📋 copy color: '#9C84EA'

red 156 ◦ green 132 ◦ blue 234

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

Shades of Medium Purple #9C84EA

Tints of Medium Purple #9C84EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.83%

R = 29.89%
G = 25.29%
B = 44.83%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C84EA (or 0x9C84EA) is known color: Medium Purple. HEX triplet: 9C, 84 and EA. RGB value is (156,132,234). Sum of RGB (Red+Green+Blue) = 156+132+234=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C84EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C84EA is #637B15. Grayscale: #969696. Windows color (decimal): -6519574 or 15369372. OLE color: 15369372.

HSL color Cylindrical-coordinate representation of color #9C84EA: hue angle of 254.12º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C84EA is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 132 234 -
CMYK 0.33 0.44 0 0.08
HSL 254.12º 0.71% 0.72% -
HSV(B) 254.12º 0.44% 0.92% -
XYZ 36.81 29.51 81.6 -
YUV 150.8 174.95 131.71 -
System Red Green Blue C M Y K H S L
Decimal 156 132 234 0.33 0.44 0 0.08 254.12 0.71 0.72
Hex 9C 84 EA 21 2C 0 8 FE 47 48
Octal 234 204 352 41 54 0 10 376 107 110
Binary 10011100 10000100 11101010 100001 101100 0 1000 11111110 1000111 1001000

Color Harmonies of #9C84EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C84EA

Black with #9C84EA

Text Example


Text Example

White with #9C84EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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