Html Css Color HEX #9A6CEA Medium Purple

📋 copy color: '#9A6CEA'

red 154 ◦ green 108 ◦ blue 234

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

Shades of Medium Purple #9A6CEA

Tints of Medium Purple #9A6CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.18%

R = 31.05%
G = 21.77%
B = 47.18%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9A6CEA (or 0x9A6CEA) is known color: Medium Purple. HEX triplet: 9A, 6C and EA. RGB value is (154,108,234). Sum of RGB (Red+Green+Blue) = 154+108+234=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A6CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6CEA is #659315. Grayscale: #878787. Windows color (decimal): -6656790 or 15363226. OLE color: 15363226.

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

Color convert

RGB 154 108 234 -
CMYK 0.34 0.54 0 0.08
HSL 261.9º 0.75% 0.67% -
HSV(B) 261.9º 0.54% 0.92% -
XYZ 33.54 23.54 80.62 -
YUV 136.12 183.24 140.75 -
System Red Green Blue C M Y K H S L
Decimal 154 108 234 0.34 0.54 0 0.08 261.9 0.75 0.67
Hex 9A 6C EA 22 36 0 8 106 4B 43
Octal 232 154 352 42 66 0 10 406 113 103
Binary 10011010 1101100 11101010 100010 110110 0 1000 100000110 1001011 1000011

Color Harmonies of #9A6CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6CEA

Black with #9A6CEA

Text Example


Text Example

White with #9A6CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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