Html Css Color HEX #9562DE Medium Purple

📋 copy color: '#9562DE'

red 149 ◦ green 98 ◦ blue 222

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

Shades of Medium Purple #9562DE

Tints of Medium Purple #9562DE

RGB

 RED value IS 149 (58.59% from 255) = 31.77%

 GREEN value IS 98 (38.67% from 255) = 20.9%

 BLUE value IS 222 (87.11% from 255) = 47.33%

R = 31.77%
G = 20.9%
B = 47.33%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9562DE (or 0x9562DE) is known color: Medium Purple. HEX triplet: 95, 62 and DE. RGB value is (149,98,222). Sum of RGB (Red+Green+Blue) = 149+98+222=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #9562DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9562DE is #6A9D21. Grayscale: #7E7E7E. Windows color (decimal): -6987042 or 14574229. OLE color: 14574229.

HSL color Cylindrical-coordinate representation of color #9562DE: hue angle of 264.68º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9562DE is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 98 222 -
CMYK 0.33 0.56 0 0.13
HSL 264.68º 0.65% 0.63% -
HSV(B) 264.68º 0.56% 0.87% -
XYZ 29.95 20.4 71.47 -
YUV 127.39 181.4 143.42 -
System Red Green Blue C M Y K H S L
Decimal 149 98 222 0.33 0.56 0 0.13 264.68 0.65 0.63
Hex 95 62 DE 21 38 0 D 109 41 3F
Octal 225 142 336 41 70 0 15 411 101 77
Binary 10010101 1100010 11011110 100001 111000 0 1101 100001001 1000001 111111

Color Harmonies of #9562DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9562DE

Black with #9562DE

Text Example


Text Example

White with #9562DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9562DE; }

 p { color: rgb(149,98,222); }

 H1.HeaderClassName
 {
   color: #9562DE;
 }
 .AnyTagClassName
 {
   color: #9562DE;
 }
</style>

background-color css

<style>
 a { background-color: #9562DE; }

 a { background-color: rgb(149,98,222); }

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

border-color css

<style>
 span { border-color: #9562DE; }

 span { border-color: rgb(149,98,222); }

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