Html Css Color HEX #895FDA Medium Purple

📋 copy color: '#895FDA'

red 137 ◦ green 95 ◦ blue 218

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

Shades of Medium Purple #895FDA

Tints of Medium Purple #895FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.11%

 BLUE value IS 218 (85.55% from 255) = 48.44%

R = 30.44%
G = 21.11%
B = 48.44%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#895FDA (or 0x895FDA) is known color: Medium Purple. HEX triplet: 89, 5F and DA. RGB value is (137,95,218). Sum of RGB (Red+Green+Blue) = 137+95+218=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #895FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #895FDA is #76A025. Grayscale: #797979. Windows color (decimal): -7774246 or 14311305. OLE color: 14311305.

HSL color Cylindrical-coordinate representation of color #895FDA: hue angle of 260.49º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #895FDA is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 95 218 -
CMYK 0.37 0.56 0 0.15
HSL 260.49º 0.62% 0.61% -
HSV(B) 260.49º 0.56% 0.85% -
XYZ 27.06 18.56 68.49 -
YUV 121.58 182.41 139 -
System Red Green Blue C M Y K H S L
Decimal 137 95 218 0.37 0.56 0 0.15 260.49 0.62 0.61
Hex 89 5F DA 25 38 0 F 104 3E 3D
Octal 211 137 332 45 70 0 17 404 76 75
Binary 10001001 1011111 11011010 100101 111000 0 1111 100000100 111110 111101

Color Harmonies of #895FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895FDA

Black with #895FDA

Text Example


Text Example

White with #895FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895FDA; }

 p { color: rgb(137,95,218); }

 H1.HeaderClassName
 {
   color: #895FDA;
 }
 .AnyTagClassName
 {
   color: #895FDA;
 }
</style>

background-color css

<style>
 a { background-color: #895FDA; }

 a { background-color: rgb(137,95,218); }

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

border-color css

<style>
 span { border-color: #895FDA; }

 span { border-color: rgb(137,95,218); }

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