Html Css Color HEX #9968EF Medium Purple

📋 copy color: '#9968EF'

red 153 ◦ green 104 ◦ blue 239

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

Shades of Medium Purple #9968EF

Tints of Medium Purple #9968EF

RGB

 RED value IS 153 (60.16% from 255) = 30.85%

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

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

R = 30.85%
G = 20.97%
B = 48.19%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9968EF (or 0x9968EF) is known color: Medium Purple. HEX triplet: 99, 68 and EF. RGB value is (153,104,239). Sum of RGB (Red+Green+Blue) = 153+104+239=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #9968EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9968EF is #669710. Grayscale: #858585. Windows color (decimal): -6723345 or 15689881. OLE color: 15689881.

HSL color Cylindrical-coordinate representation of color #9968EF: hue angle of 261.78º 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 #9968EF is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 153 104 239 -
CMYK 0.36 0.56 0 0.06
HSL 261.78º 0.81% 0.67% -
HSV(B) 261.78º 0.56% 0.94% -
XYZ 33.67 22.9 84.31 -
YUV 134.04 187.23 141.52 -
System Red Green Blue C M Y K H S L
Decimal 153 104 239 0.36 0.56 0 0.06 261.78 0.81 0.67
Hex 99 68 EF 24 38 0 6 106 51 43
Octal 231 150 357 44 70 0 6 406 121 103
Binary 10011001 1101000 11101111 100100 111000 0 110 100000110 1010001 1000011

Color Harmonies of #9968EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9968EF

Black with #9968EF

Text Example


Text Example

White with #9968EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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