Html Css Color HEX #9865DB Medium Purple

📋 copy color: '#9865DB'

red 152 ◦ green 101 ◦ blue 219

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

Shades of Medium Purple #9865DB

Tints of Medium Purple #9865DB

RGB

 RED value IS 152 (59.77% from 255) = 32.2%

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

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

R = 32.2%
G = 21.4%
B = 46.4%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9865DB (or 0x9865DB) is known color: Medium Purple. HEX triplet: 98, 65 and DB. RGB value is (152,101,219). Sum of RGB (Red+Green+Blue) = 152+101+219=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #9865DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9865DB is #679A24. Grayscale: #818181. Windows color (decimal): -6789669 or 14378392. OLE color: 14378392.

HSL color Cylindrical-coordinate representation of color #9865DB: hue angle of 265.93º 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 #9865DB is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 101 219 -
CMYK 0.31 0.54 0 0.14
HSL 265.93º 0.62% 0.63% -
HSV(B) 265.93º 0.54% 0.86% -
XYZ 30.39 21.1 69.49 -
YUV 129.7 178.4 143.91 -
System Red Green Blue C M Y K H S L
Decimal 152 101 219 0.31 0.54 0 0.14 265.93 0.62 0.63
Hex 98 65 DB 1F 36 0 E 10A 3E 3F
Octal 230 145 333 37 66 0 16 412 76 77
Binary 10011000 1100101 11011011 11111 110110 0 1110 100001010 111110 111111

Color Harmonies of #9865DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9865DB

Black with #9865DB

Text Example


Text Example

White with #9865DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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