Html Css Color HEX #9968E4 Medium Purple

📋 copy color: '#9968E4'

red 153 ◦ green 104 ◦ blue 228

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

Shades of Medium Purple #9968E4

Tints of Medium Purple #9968E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 47.01%

R = 31.55%
G = 21.44%
B = 47.01%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9968E4 (or 0x9968E4) is known color: Medium Purple. HEX triplet: 99, 68 and E4. RGB value is (153,104,228). Sum of RGB (Red+Green+Blue) = 153+104+228=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #9968E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9968E4 is #66971B. Grayscale: #848484. Windows color (decimal): -6723356 or 14968985. OLE color: 14968985.

HSL color Cylindrical-coordinate representation of color #9968E4: hue angle of 263.71º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9968E4 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 153 104 228 -
CMYK 0.33 0.54 0 0.11
HSL 263.71º 0.7% 0.65% -
HSV(B) 263.71º 0.54% 0.89% -
XYZ 32.09 22.27 76.01 -
YUV 132.79 181.73 142.42 -
System Red Green Blue C M Y K H S L
Decimal 153 104 228 0.33 0.54 0 0.11 263.71 0.7 0.65
Hex 99 68 E4 21 36 0 B 108 46 41
Octal 231 150 344 41 66 0 13 410 106 101
Binary 10011001 1101000 11100100 100001 110110 0 1011 100001000 1000110 1000001

Color Harmonies of #9968E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9968E4

Black with #9968E4

Text Example


Text Example

White with #9968E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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