Html Css Color HEX #9B69DA Medium Purple

📋 copy color: '#9B69DA'

red 155 ◦ green 105 ◦ blue 218

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

Shades of Medium Purple #9B69DA

Tints of Medium Purple #9B69DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 32.43%
G = 21.97%
B = 45.61%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9B69DA (or 0x9B69DA) is known color: Medium Purple. HEX triplet: 9B, 69 and DA. RGB value is (155,105,218). Sum of RGB (Red+Green+Blue) = 155+105+218=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B69DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B69DA is #649625. Grayscale: #848484. Windows color (decimal): -6592038 or 14313883. OLE color: 14313883.

HSL color Cylindrical-coordinate representation of color #9B69DA: hue angle of 266.55º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B69DA is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 105 218 -
CMYK 0.29 0.52 0 0.15
HSL 266.55º 0.6% 0.63% -
HSV(B) 266.55º 0.52% 0.85% -
XYZ 31.22 22.13 68.96 -
YUV 132.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 155 105 218 0.29 0.52 0 0.15 266.55 0.6 0.63
Hex 9B 69 DA 1D 34 0 F 10B 3C 3F
Octal 233 151 332 35 64 0 17 413 74 77
Binary 10011011 1101001 11011010 11101 110100 0 1111 100001011 111100 111111

Color Harmonies of #9B69DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B69DA

Black with #9B69DA

Text Example


Text Example

White with #9B69DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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