Html Css Color HEX #9A68DB Medium Purple

📋 copy color: '#9A68DB'

red 154 ◦ green 104 ◦ blue 219

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

Shades of Medium Purple #9A68DB

Tints of Medium Purple #9A68DB

RGB

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

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

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

R = 32.29%
G = 21.8%
B = 45.91%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A68DB (or 0x9A68DB) is known color: Medium Purple. HEX triplet: 9A, 68 and DB. RGB value is (154,104,219). Sum of RGB (Red+Green+Blue) = 154+104+219=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A68DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A68DB is #659724. Grayscale: #838383. Windows color (decimal): -6657829 or 14379162. OLE color: 14379162.

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

Color convert

RGB 154 104 219 -
CMYK 0.30 0.53 0 0.14
HSL 266.09º 0.61% 0.63% -
HSV(B) 266.09º 0.53% 0.86% -
XYZ 31.06 21.89 69.6 -
YUV 132.06 177.07 143.65 -
System Red Green Blue C M Y K H S L
Decimal 154 104 219 0.30 0.53 0 0.14 266.09 0.61 0.63
Hex 9A 68 DB 1E 35 0 E 10A 3D 3F
Octal 232 150 333 36 65 0 16 412 75 77
Binary 10011010 1101000 11011011 11110 110101 0 1110 100001010 111101 111111

Color Harmonies of #9A68DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A68DB

Black with #9A68DB

Text Example


Text Example

White with #9A68DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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