Html Css Color HEX #9B68DD Medium Purple

📋 copy color: '#9B68DD'

red 155 ◦ green 104 ◦ blue 221

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

Shades of Medium Purple #9B68DD

Tints of Medium Purple #9B68DD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.67%

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 32.29%
G = 21.67%
B = 46.04%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B68DD (or 0x9B68DD) is known color: Medium Purple. HEX triplet: 9B, 68 and DD. RGB value is (155,104,221). Sum of RGB (Red+Green+Blue) = 155+104+221=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B68DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B68DD is #649722. Grayscale: #848484. Windows color (decimal): -6592291 or 14510235. OLE color: 14510235.

HSL color Cylindrical-coordinate representation of color #9B68DD: hue angle of 266.15º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B68DD is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 104 221 -
CMYK 0.30 0.53 0 0.13
HSL 266.15º 0.63% 0.64% -
HSV(B) 266.15º 0.53% 0.87% -
XYZ 31.52 22.09 71.01 -
YUV 132.59 177.9 143.99 -
System Red Green Blue C M Y K H S L
Decimal 155 104 221 0.30 0.53 0 0.13 266.15 0.63 0.64
Hex 9B 68 DD 1E 35 0 D 10A 3F 40
Octal 233 150 335 36 65 0 15 412 77 100
Binary 10011011 1101000 11011101 11110 110101 0 1101 100001010 111111 1000000

Color Harmonies of #9B68DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B68DD

Black with #9B68DD

Text Example


Text Example

White with #9B68DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,104,221); }

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

background-color css

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

 a { background-color: rgb(155,104,221); }

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

border-color css

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

 span { border-color: rgb(155,104,221); }

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