Html Css Color HEX #9065DB Medium Purple

📋 copy color: '#9065DB'

red 144 ◦ green 101 ◦ blue 219

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

Shades of Medium Purple #9065DB

Tints of Medium Purple #9065DB

RGB

 RED value IS 144 (56.64% from 255) = 31.03%

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

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 31.03%
G = 21.77%
B = 47.2%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9065DB (or 0x9065DB) is known color: Medium Purple. HEX triplet: 90, 65 and DB. RGB value is (144,101,219). Sum of RGB (Red+Green+Blue) = 144+101+219=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #9065DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9065DB is #6F9A24. Grayscale: #7E7E7E. Windows color (decimal): -7313957 or 14378384. OLE color: 14378384.

HSL color Cylindrical-coordinate representation of color #9065DB: hue angle of 261.86º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9065DB is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 101 219 -
CMYK 0.34 0.54 0 0.14
HSL 261.86º 0.62% 0.63% -
HSV(B) 261.86º 0.54% 0.86% -
XYZ 28.94 20.35 69.42 -
YUV 127.31 179.75 139.91 -
System Red Green Blue C M Y K H S L
Decimal 144 101 219 0.34 0.54 0 0.14 261.86 0.62 0.63
Hex 90 65 DB 22 36 0 E 106 3E 3F
Octal 220 145 333 42 66 0 16 406 76 77
Binary 10010000 1100101 11011011 100010 110110 0 1110 100000110 111110 111111

Color Harmonies of #9065DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9065DB

Black with #9065DB

Text Example


Text Example

White with #9065DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9065DB; }

 p { color: rgb(144,101,219); }

 H1.HeaderClassName
 {
   color: #9065DB;
 }
 .AnyTagClassName
 {
   color: #9065DB;
 }
</style>

background-color css

<style>
 a { background-color: #9065DB; }

 a { background-color: rgb(144,101,219); }

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

border-color css

<style>
 span { border-color: #9065DB; }

 span { border-color: rgb(144,101,219); }

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