Html Css Color HEX #9655E6 Medium Purple

📋 copy color: '#9655E6'

red 150 ◦ green 85 ◦ blue 230

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

Shades of Medium Purple #9655E6

Tints of Medium Purple #9655E6

RGB

 RED value IS 150 (58.98% from 255) = 32.26%

 GREEN value IS 85 (33.59% from 255) = 18.28%

 BLUE value IS 230 (90.23% from 255) = 49.46%

R = 32.26%
G = 18.28%
B = 49.46%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9655E6 (or 0x9655E6) is known color: Medium Purple. HEX triplet: 96, 55 and E6. RGB value is (150,85,230). Sum of RGB (Red+Green+Blue) = 150+85+230=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #9655E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9655E6 is #69AA19. Grayscale: #787878. Windows color (decimal): -6924826 or 15095190. OLE color: 15095190.

HSL color Cylindrical-coordinate representation of color #9655E6: hue angle of 266.9º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9655E6 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 85 230 -
CMYK 0.35 0.63 0 0.10
HSL 266.9º 0.74% 0.62% -
HSV(B) 266.9º 0.63% 0.9% -
XYZ 30.11 18.69 76.88 -
YUV 120.97 189.53 148.71 -
System Red Green Blue C M Y K H S L
Decimal 150 85 230 0.35 0.63 0 0.10 266.9 0.74 0.62
Hex 96 55 E6 23 3F 0 A 10B 4A 3E
Octal 226 125 346 43 77 0 12 413 112 76
Binary 10010110 1010101 11100110 100011 111111 0 1010 100001011 1001010 111110

Color Harmonies of #9655E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9655E6

Black with #9655E6

Text Example


Text Example

White with #9655E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9655E6; }

 p { color: rgb(150,85,230); }

 H1.HeaderClassName
 {
   color: #9655E6;
 }
 .AnyTagClassName
 {
   color: #9655E6;
 }
</style>

background-color css

<style>
 a { background-color: #9655E6; }

 a { background-color: rgb(150,85,230); }

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

border-color css

<style>
 span { border-color: #9655E6; }

 span { border-color: rgb(150,85,230); }

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