Html Css Color HEX #9A75DB Medium Purple

📋 copy color: '#9A75DB'

red 154 ◦ green 117 ◦ blue 219

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

Shades of Medium Purple #9A75DB

Tints of Medium Purple #9A75DB

RGB

 RED value IS 154 (60.55% from 255) = 31.43%

 GREEN value IS 117 (46.09% from 255) = 23.88%

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

R = 31.43%
G = 23.88%
B = 44.69%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A75DB (or 0x9A75DB) is known color: Medium Purple. HEX triplet: 9A, 75 and DB. RGB value is (154,117,219). Sum of RGB (Red+Green+Blue) = 154+117+219=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A75DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A75DB is #658A24. Grayscale: #8B8B8B. Windows color (decimal): -6654501 or 14382490. OLE color: 14382490.

HSL color Cylindrical-coordinate representation of color #9A75DB: hue angle of 261.76º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A75DB is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 117 219 -
CMYK 0.30 0.47 0 0.14
HSL 261.76º 0.59% 0.66% -
HSV(B) 261.76º 0.47% 0.86% -
XYZ 32.47 24.71 70.08 -
YUV 139.69 172.76 138.21 -
System Red Green Blue C M Y K H S L
Decimal 154 117 219 0.30 0.47 0 0.14 261.76 0.59 0.66
Hex 9A 75 DB 1E 2F 0 E 106 3B 42
Octal 232 165 333 36 57 0 16 406 73 102
Binary 10011010 1110101 11011011 11110 101111 0 1110 100000110 111011 1000010

Color Harmonies of #9A75DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A75DB

Black with #9A75DB

Text Example


Text Example

White with #9A75DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,117,219); }

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

background-color css

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

 a { background-color: rgb(154,117,219); }

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

border-color css

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

 span { border-color: rgb(154,117,219); }

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