Html Css Color HEX #9583D2 Medium Purple

📋 copy color: '#9583D2'

red 149 ◦ green 131 ◦ blue 210

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

Shades of Medium Purple #9583D2

Tints of Medium Purple #9583D2

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.73%

 BLUE value IS 210 (82.42% from 255) = 42.86%

R = 30.41%
G = 26.73%
B = 42.86%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9583D2 (or 0x9583D2) is known color: Medium Purple. HEX triplet: 95, 83 and D2. RGB value is (149,131,210). Sum of RGB (Red+Green+Blue) = 149+131+210=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 210 - color contains mainly: blue. Hex color #9583D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9583D2 is #6A7C2D. Grayscale: #919191. Windows color (decimal): -6978606 or 13796245. OLE color: 13796245.

HSL color Cylindrical-coordinate representation of color #9583D2: hue angle of 253.67º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9583D2 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 131 210 -
CMYK 0.29 0.38 0 0.18
HSL 253.67º 0.47% 0.67% -
HSV(B) 253.67º 0.38% 0.82% -
XYZ 32.14 27.28 64.54 -
YUV 145.39 164.46 130.58 -
System Red Green Blue C M Y K H S L
Decimal 149 131 210 0.29 0.38 0 0.18 253.67 0.47 0.67
Hex 95 83 D2 1D 26 0 12 FE 2F 43
Octal 225 203 322 35 46 0 22 376 57 103
Binary 10010101 10000011 11010010 11101 100110 0 10010 11111110 101111 1000011

Color Harmonies of #9583D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9583D2

Black with #9583D2

Text Example


Text Example

White with #9583D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9583D2; }

 p { color: rgb(149,131,210); }

 H1.HeaderClassName
 {
   color: #9583D2;
 }
 .AnyTagClassName
 {
   color: #9583D2;
 }
</style>

background-color css

<style>
 a { background-color: #9583D2; }

 a { background-color: rgb(149,131,210); }

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

border-color css

<style>
 span { border-color: #9583D2; }

 span { border-color: rgb(149,131,210); }

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