Html Css Color HEX #9B69DB Medium Purple

📋 copy color: '#9B69DB'

red 155 ◦ green 105 ◦ blue 219

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

Shades of Medium Purple #9B69DB

Tints of Medium Purple #9B69DB

RGB

 RED value IS 155 (60.94% from 255) = 32.36%

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

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

R = 32.36%
G = 21.92%
B = 45.72%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B69DB (or 0x9B69DB) is known color: Medium Purple. HEX triplet: 9B, 69 and DB. RGB value is (155,105,219). Sum of RGB (Red+Green+Blue) = 155+105+219=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B69DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B69DB is #649624. Grayscale: #848484. Windows color (decimal): -6592037 or 14379419. OLE color: 14379419.

HSL color Cylindrical-coordinate representation of color #9B69DB: hue angle of 266.32º 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 #9B69DB is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 105 219 -
CMYK 0.29 0.52 0 0.14
HSL 266.32º 0.61% 0.64% -
HSV(B) 266.32º 0.52% 0.86% -
XYZ 31.36 22.19 69.65 -
YUV 132.95 176.57 143.73 -
System Red Green Blue C M Y K H S L
Decimal 155 105 219 0.29 0.52 0 0.14 266.32 0.61 0.64
Hex 9B 69 DB 1D 34 0 E 10A 3D 40
Octal 233 151 333 35 64 0 16 412 75 100
Binary 10011011 1101001 11011011 11101 110100 0 1110 100001010 111101 1000000

Color Harmonies of #9B69DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B69DB

Black with #9B69DB

Text Example


Text Example

White with #9B69DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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