Html Css Color HEX #9A68EB Medium Purple

📋 copy color: '#9A68EB'

red 154 ◦ green 104 ◦ blue 235

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

Shades of Medium Purple #9A68EB

Tints of Medium Purple #9A68EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.67%

R = 31.24%
G = 21.1%
B = 47.67%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9A68EB (or 0x9A68EB) is known color: Medium Purple. HEX triplet: 9A, 68 and EB. RGB value is (154,104,235). Sum of RGB (Red+Green+Blue) = 154+104+235=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A68EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A68EB is #659714. Grayscale: #858585. Windows color (decimal): -6657813 or 15427738. OLE color: 15427738.

HSL color Cylindrical-coordinate representation of color #9A68EB: hue angle of 262.9º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A68EB is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 154 104 235 -
CMYK 0.34 0.56 0 0.08
HSL 262.9º 0.77% 0.66% -
HSV(B) 262.9º 0.56% 0.92% -
XYZ 33.27 22.77 81.24 -
YUV 133.88 185.07 142.35 -
System Red Green Blue C M Y K H S L
Decimal 154 104 235 0.34 0.56 0 0.08 262.9 0.77 0.66
Hex 9A 68 EB 22 38 0 8 107 4D 42
Octal 232 150 353 42 70 0 10 407 115 102
Binary 10011010 1101000 11101011 100010 111000 0 1000 100000111 1001101 1000010

Color Harmonies of #9A68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A68EB

Black with #9A68EB

Text Example


Text Example

White with #9A68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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