Html Css Color HEX #9B65EF Medium Purple

📋 copy color: '#9B65EF'

red 155 ◦ green 101 ◦ blue 239

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

Shades of Medium Purple #9B65EF

Tints of Medium Purple #9B65EF

RGB

 RED value IS 155 (60.94% from 255) = 31.31%

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

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 31.31%
G = 20.4%
B = 48.28%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9B65EF (or 0x9B65EF) is known color: Medium Purple. HEX triplet: 9B, 65 and EF. RGB value is (155,101,239). Sum of RGB (Red+Green+Blue) = 155+101+239=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B65EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B65EF is #649A10. Grayscale: #848484. Windows color (decimal): -6593041 or 15689115. OLE color: 15689115.

HSL color Cylindrical-coordinate representation of color #9B65EF: hue angle of 263.48º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B65EF is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 101 239 -
CMYK 0.35 0.58 0 0.06
HSL 263.48º 0.81% 0.67% -
HSV(B) 263.48º 0.58% 0.94% -
XYZ 33.75 22.51 84.23 -
YUV 132.88 187.89 143.78 -
System Red Green Blue C M Y K H S L
Decimal 155 101 239 0.35 0.58 0 0.06 263.48 0.81 0.67
Hex 9B 65 EF 23 3A 0 6 107 51 43
Octal 233 145 357 43 72 0 6 407 121 103
Binary 10011011 1100101 11101111 100011 111010 0 110 100000111 1010001 1000011

Color Harmonies of #9B65EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B65EF

Black with #9B65EF

Text Example


Text Example

White with #9B65EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,101,239); }

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

background-color css

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

 a { background-color: rgb(155,101,239); }

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

border-color css

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

 span { border-color: rgb(155,101,239); }

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