Html Css Color HEX #8965DF Medium Purple

📋 copy color: '#8965DF'

red 137 ◦ green 101 ◦ blue 223

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

Shades of Medium Purple #8965DF

Tints of Medium Purple #8965DF

RGB

 RED value IS 137 (53.91% from 255) = 29.72%

 GREEN value IS 101 (39.84% from 255) = 21.91%

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 29.72%
G = 21.91%
B = 48.37%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8965DF (or 0x8965DF) is known color: Medium Purple. HEX triplet: 89, 65 and DF. RGB value is (137,101,223). Sum of RGB (Red+Green+Blue) = 137+101+223=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #8965DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8965DF is #769A20. Grayscale: #7D7D7D. Windows color (decimal): -7772705 or 14640521. OLE color: 14640521.

HSL color Cylindrical-coordinate representation of color #8965DF: hue angle of 257.7º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8965DF is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 101 223 -
CMYK 0.39 0.55 0 0.13
HSL 257.7º 0.66% 0.64% -
HSV(B) 257.7º 0.55% 0.87% -
XYZ 28.29 19.95 72.17 -
YUV 125.67 182.93 136.08 -
System Red Green Blue C M Y K H S L
Decimal 137 101 223 0.39 0.55 0 0.13 257.7 0.66 0.64
Hex 89 65 DF 27 37 0 D 102 42 40
Octal 211 145 337 47 67 0 15 402 102 100
Binary 10001001 1100101 11011111 100111 110111 0 1101 100000010 1000010 1000000

Color Harmonies of #8965DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8965DF

Black with #8965DF

Text Example


Text Example

White with #8965DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8965DF; }

 p { color: rgb(137,101,223); }

 H1.HeaderClassName
 {
   color: #8965DF;
 }
 .AnyTagClassName
 {
   color: #8965DF;
 }
</style>

background-color css

<style>
 a { background-color: #8965DF; }

 a { background-color: rgb(137,101,223); }

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

border-color css

<style>
 span { border-color: #8965DF; }

 span { border-color: rgb(137,101,223); }

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