Html Css Color HEX #9F6BEE Medium Purple

📋 copy color: '#9F6BEE'

red 159 ◦ green 107 ◦ blue 238

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

Shades of Medium Purple #9F6BEE

Tints of Medium Purple #9F6BEE

RGB

 RED value IS 159 (62.5% from 255) = 31.55%

 GREEN value IS 107 (42.19% from 255) = 21.23%

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

R = 31.55%
G = 21.23%
B = 47.22%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F6BEE (or 0x9F6BEE) is known color: Medium Purple. HEX triplet: 9F, 6B and EE. RGB value is (159,107,238). Sum of RGB (Red+Green+Blue) = 159+107+238=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F6BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F6BEE is #609411. Grayscale: #898989. Windows color (decimal): -6329362 or 15625119. OLE color: 15625119.

HSL color Cylindrical-coordinate representation of color #9F6BEE: hue angle of 263.82º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F6BEE is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 107 238 -
CMYK 0.33 0.55 0 0.07
HSL 263.82º 0.79% 0.68% -
HSV(B) 263.82º 0.55% 0.93% -
XYZ 34.99 24.06 83.69 -
YUV 137.48 184.73 143.35 -
System Red Green Blue C M Y K H S L
Decimal 159 107 238 0.33 0.55 0 0.07 263.82 0.79 0.68
Hex 9F 6B EE 21 37 0 7 108 4F 44
Octal 237 153 356 41 67 0 7 410 117 104
Binary 10011111 1101011 11101110 100001 110111 0 111 100001000 1001111 1000100

Color Harmonies of #9F6BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6BEE

Black with #9F6BEE

Text Example


Text Example

White with #9F6BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,107,238); }

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

background-color css

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

 a { background-color: rgb(159,107,238); }

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

border-color css

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

 span { border-color: rgb(159,107,238); }

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