Html Css Color HEX #9768EF Medium Purple

📋 copy color: '#9768EF'

red 151 ◦ green 104 ◦ blue 239

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

Shades of Medium Purple #9768EF

Tints of Medium Purple #9768EF

RGB

 RED value IS 151 (59.38% from 255) = 30.57%

 GREEN value IS 104 (41.02% from 255) = 21.05%

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

R = 30.57%
G = 21.05%
B = 48.38%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9768EF (or 0x9768EF) is known color: Medium Purple. HEX triplet: 97, 68 and EF. RGB value is (151,104,239). Sum of RGB (Red+Green+Blue) = 151+104+239=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #9768EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9768EF is #689710. Grayscale: #848484. Windows color (decimal): -6854417 or 15689879. OLE color: 15689879.

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

Color convert

RGB 151 104 239 -
CMYK 0.37 0.56 0 0.06
HSL 260.89º 0.81% 0.67% -
HSV(B) 260.89º 0.56% 0.94% -
XYZ 33.29 22.71 84.29 -
YUV 133.44 187.57 140.52 -
System Red Green Blue C M Y K H S L
Decimal 151 104 239 0.37 0.56 0 0.06 260.89 0.81 0.67
Hex 97 68 EF 25 38 0 6 105 51 43
Octal 227 150 357 45 70 0 6 405 121 103
Binary 10010111 1101000 11101111 100101 111000 0 110 100000101 1010001 1000011

Color Harmonies of #9768EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9768EF

Black with #9768EF

Text Example


Text Example

White with #9768EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9768EF; }

 p { color: rgb(151,104,239); }

 H1.HeaderClassName
 {
   color: #9768EF;
 }
 .AnyTagClassName
 {
   color: #9768EF;
 }
</style>

background-color css

<style>
 a { background-color: #9768EF; }

 a { background-color: rgb(151,104,239); }

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

border-color css

<style>
 span { border-color: #9768EF; }

 span { border-color: rgb(151,104,239); }

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