Html Css Color HEX #9A6CED Medium Purple

📋 copy color: '#9A6CED'

red 154 ◦ green 108 ◦ blue 237

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

Shades of Medium Purple #9A6CED

Tints of Medium Purple #9A6CED

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.64%

 BLUE value IS 237 (92.97% from 255) = 47.49%

R = 30.86%
G = 21.64%
B = 47.49%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9A6CED (or 0x9A6CED) is known color: Medium Purple. HEX triplet: 9A, 6C and ED. RGB value is (154,108,237). Sum of RGB (Red+Green+Blue) = 154+108+237=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A6CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6CED is #659312. Grayscale: #878787. Windows color (decimal): -6656787 or 15559834. OLE color: 15559834.

HSL color Cylindrical-coordinate representation of color #9A6CED: hue angle of 261.4º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A6CED is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 108 237 -
CMYK 0.35 0.54 0 0.07
HSL 261.4º 0.78% 0.68% -
HSV(B) 261.4º 0.54% 0.93% -
XYZ 33.98 23.71 82.91 -
YUV 136.46 184.74 140.51 -
System Red Green Blue C M Y K H S L
Decimal 154 108 237 0.35 0.54 0 0.07 261.4 0.78 0.68
Hex 9A 6C ED 23 36 0 7 105 4E 44
Octal 232 154 355 43 66 0 7 405 116 104
Binary 10011010 1101100 11101101 100011 110110 0 111 100000101 1001110 1000100

Color Harmonies of #9A6CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6CED

Black with #9A6CED

Text Example


Text Example

White with #9A6CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,108,237); }

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

background-color css

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

 a { background-color: rgb(154,108,237); }

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

border-color css

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

 span { border-color: rgb(154,108,237); }

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