Html Css Color HEX #9B65EE Medium Purple

📋 copy color: '#9B65EE'

red 155 ◦ green 101 ◦ blue 238

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

Shades of Medium Purple #9B65EE

Tints of Medium Purple #9B65EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.18%

R = 31.38%
G = 20.45%
B = 48.18%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B65EE (or 0x9B65EE) is known color: Medium Purple. HEX triplet: 9B, 65 and EE. RGB value is (155,101,238). Sum of RGB (Red+Green+Blue) = 155+101+238=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B65EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B65EE is #649A11. Grayscale: #848484. Windows color (decimal): -6593042 or 15623579. OLE color: 15623579.

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

Color convert

RGB 155 101 238 -
CMYK 0.35 0.58 0 0.07
HSL 263.65º 0.8% 0.66% -
HSV(B) 263.65º 0.58% 0.93% -
XYZ 33.6 22.45 83.45 -
YUV 132.76 187.39 143.86 -
System Red Green Blue C M Y K H S L
Decimal 155 101 238 0.35 0.58 0 0.07 263.65 0.8 0.66
Hex 9B 65 EE 23 3A 0 7 108 50 42
Octal 233 145 356 43 72 0 7 410 120 102
Binary 10011011 1100101 11101110 100011 111010 0 111 100001000 1010000 1000010

Color Harmonies of #9B65EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B65EE

Black with #9B65EE

Text Example


Text Example

White with #9B65EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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