Html Css Color HEX #9C65E5 Medium Purple

📋 copy color: '#9C65E5'

red 156 ◦ green 101 ◦ blue 229

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

Shades of Medium Purple #9C65E5

Tints of Medium Purple #9C65E5

RGB

 RED value IS 156 (61.33% from 255) = 32.1%

 GREEN value IS 101 (39.84% from 255) = 20.78%

 BLUE value IS 229 (89.84% from 255) = 47.12%

R = 32.1%
G = 20.78%
B = 47.12%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9C65E5 (or 0x9C65E5) is known color: Medium Purple. HEX triplet: 9C, 65 and E5. RGB value is (156,101,229). Sum of RGB (Red+Green+Blue) = 156+101+229=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #9C65E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C65E5 is #639A1A. Grayscale: #838383. Windows color (decimal): -6527515 or 15033756. OLE color: 15033756.

HSL color Cylindrical-coordinate representation of color #9C65E5: hue angle of 265.78º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C65E5 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 156 101 229 -
CMYK 0.32 0.56 0 0.10
HSL 265.78º 0.71% 0.65% -
HSV(B) 265.78º 0.56% 0.9% -
XYZ 32.51 22.03 76.67 -
YUV 132.04 182.72 145.09 -
System Red Green Blue C M Y K H S L
Decimal 156 101 229 0.32 0.56 0 0.10 265.78 0.71 0.65
Hex 9C 65 E5 20 38 0 A 10A 47 41
Octal 234 145 345 40 70 0 12 412 107 101
Binary 10011100 1100101 11100101 100000 111000 0 1010 100001010 1000111 1000001

Color Harmonies of #9C65E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C65E5

Black with #9C65E5

Text Example


Text Example

White with #9C65E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,101,229); }

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

background-color css

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

 a { background-color: rgb(156,101,229); }

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

border-color css

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

 span { border-color: rgb(156,101,229); }

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