Html Css Color HEX #9F6CDB Medium Purple

📋 copy color: '#9F6CDB'

red 159 ◦ green 108 ◦ blue 219

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

Shades of Medium Purple #9F6CDB

Tints of Medium Purple #9F6CDB

RGB

 RED value IS 159 (62.5% from 255) = 32.72%

 GREEN value IS 108 (42.58% from 255) = 22.22%

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

R = 32.72%
G = 22.22%
B = 45.06%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9F6CDB (or 0x9F6CDB) is known color: Medium Purple. HEX triplet: 9F, 6C and DB. RGB value is (159,108,219). Sum of RGB (Red+Green+Blue) = 159+108+219=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F6CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6CDB is #609324. Grayscale: #878787. Windows color (decimal): -6329125 or 14380191. OLE color: 14380191.

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

Color convert

RGB 159 108 219 -
CMYK 0.27 0.51 0 0.14
HSL 267.57º 0.61% 0.64% -
HSV(B) 267.57º 0.51% 0.86% -
XYZ 32.45 23.21 69.79 -
YUV 135.9 174.9 144.47 -
System Red Green Blue C M Y K H S L
Decimal 159 108 219 0.27 0.51 0 0.14 267.57 0.61 0.64
Hex 9F 6C DB 1B 33 0 E 10C 3D 40
Octal 237 154 333 33 63 0 16 414 75 100
Binary 10011111 1101100 11011011 11011 110011 0 1110 100001100 111101 1000000

Color Harmonies of #9F6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6CDB

Black with #9F6CDB

Text Example


Text Example

White with #9F6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F6CDB; }

 p { color: rgb(159,108,219); }

 H1.HeaderClassName
 {
   color: #9F6CDB;
 }
 .AnyTagClassName
 {
   color: #9F6CDB;
 }
</style>

background-color css

<style>
 a { background-color: #9F6CDB; }

 a { background-color: rgb(159,108,219); }

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

border-color css

<style>
 span { border-color: #9F6CDB; }

 span { border-color: rgb(159,108,219); }

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