Html Css Color HEX #9D84EA Medium Purple

📋 copy color: '#9D84EA'

red 157 ◦ green 132 ◦ blue 234

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

Shades of Medium Purple #9D84EA

Tints of Medium Purple #9D84EA

RGB

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

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

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

R = 30.02%
G = 25.24%
B = 44.74%

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

#9D84EA (or 0x9D84EA) is known color: Medium Purple. HEX triplet: 9D, 84 and EA. RGB value is (157,132,234). Sum of RGB (Red+Green+Blue) = 157+132+234=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D84EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D84EA is #627B15. Grayscale: #969696. Windows color (decimal): -6454038 or 15369373. OLE color: 15369373.

HSL color Cylindrical-coordinate representation of color #9D84EA: hue angle of 254.71º 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 #9D84EA is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 132 234 -
CMYK 0.33 0.44 0 0.08
HSL 254.71º 0.71% 0.72% -
HSV(B) 254.71º 0.44% 0.92% -
XYZ 37.01 29.61 81.61 -
YUV 151.1 174.78 132.21 -
System Red Green Blue C M Y K H S L
Decimal 157 132 234 0.33 0.44 0 0.08 254.71 0.71 0.72
Hex 9D 84 EA 21 2C 0 8 FF 47 48
Octal 235 204 352 41 54 0 10 377 107 110
Binary 10011101 10000100 11101010 100001 101100 0 1000 11111111 1000111 1001000

Color Harmonies of #9D84EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D84EA

Black with #9D84EA

Text Example


Text Example

White with #9D84EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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