Html Css Color HEX #9968EE Medium Purple

📋 copy color: '#9968EE'

red 153 ◦ green 104 ◦ blue 238

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

Shades of Medium Purple #9968EE

Tints of Medium Purple #9968EE

RGB

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

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

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

R = 30.91%
G = 21.01%
B = 48.08%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9968EE (or 0x9968EE) is known color: Medium Purple. HEX triplet: 99, 68 and EE. RGB value is (153,104,238). Sum of RGB (Red+Green+Blue) = 153+104+238=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #9968EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9968EE is #669711. Grayscale: #858585. Windows color (decimal): -6723346 or 15624345. OLE color: 15624345.

HSL color Cylindrical-coordinate representation of color #9968EE: hue angle of 261.94º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9968EE is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 104 238 -
CMYK 0.36 0.56 0 0.07
HSL 261.94º 0.8% 0.67% -
HSV(B) 261.94º 0.56% 0.93% -
XYZ 33.52 22.85 83.53 -
YUV 133.93 186.73 141.6 -
System Red Green Blue C M Y K H S L
Decimal 153 104 238 0.36 0.56 0 0.07 261.94 0.8 0.67
Hex 99 68 EE 24 38 0 7 106 50 43
Octal 231 150 356 44 70 0 7 406 120 103
Binary 10011001 1101000 11101110 100100 111000 0 111 100000110 1010000 1000011

Color Harmonies of #9968EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9968EE

Black with #9968EE

Text Example


Text Example

White with #9968EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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