Html Css Color HEX #9869DB Medium Purple

📋 copy color: '#9869DB'

red 152 ◦ green 105 ◦ blue 219

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

Shades of Medium Purple #9869DB

Tints of Medium Purple #9869DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.06%

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

R = 31.93%
G = 22.06%
B = 46.01%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9869DB (or 0x9869DB) is known color: Medium Purple. HEX triplet: 98, 69 and DB. RGB value is (152,105,219). Sum of RGB (Red+Green+Blue) = 152+105+219=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #9869DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9869DB is #679624. Grayscale: #838383. Windows color (decimal): -6788645 or 14379416. OLE color: 14379416.

HSL color Cylindrical-coordinate representation of color #9869DB: hue angle of 264.74º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9869DB is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 105 219 -
CMYK 0.31 0.52 0 0.14
HSL 264.74º 0.61% 0.64% -
HSV(B) 264.74º 0.52% 0.86% -
XYZ 30.79 21.89 69.62 -
YUV 132.05 177.07 142.23 -
System Red Green Blue C M Y K H S L
Decimal 152 105 219 0.31 0.52 0 0.14 264.74 0.61 0.64
Hex 98 69 DB 1F 34 0 E 109 3D 40
Octal 230 151 333 37 64 0 16 411 75 100
Binary 10011000 1101001 11011011 11111 110100 0 1110 100001001 111101 1000000

Color Harmonies of #9869DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9869DB

Black with #9869DB

Text Example


Text Example

White with #9869DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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