Html Css Color HEX #9968EA Medium Purple

📋 copy color: '#9968EA'

red 153 ◦ green 104 ◦ blue 234

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

Shades of Medium Purple #9968EA

Tints of Medium Purple #9968EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.66%

R = 31.16%
G = 21.18%
B = 47.66%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9968EA (or 0x9968EA) is known color: Medium Purple. HEX triplet: 99, 68 and EA. RGB value is (153,104,234). Sum of RGB (Red+Green+Blue) = 153+104+234=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #9968EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9968EA is #669715. Grayscale: #858585. Windows color (decimal): -6723350 or 15362201. OLE color: 15362201.

HSL color Cylindrical-coordinate representation of color #9968EA: hue angle of 262.62º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9968EA is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 153 104 234 -
CMYK 0.35 0.56 0 0.08
HSL 262.62º 0.76% 0.66% -
HSV(B) 262.62º 0.56% 0.92% -
XYZ 32.94 22.61 80.47 -
YUV 133.47 184.73 141.93 -
System Red Green Blue C M Y K H S L
Decimal 153 104 234 0.35 0.56 0 0.08 262.62 0.76 0.66
Hex 99 68 EA 23 38 0 8 107 4C 42
Octal 231 150 352 43 70 0 10 407 114 102
Binary 10011001 1101000 11101010 100011 111000 0 1000 100000111 1001100 1000010

Color Harmonies of #9968EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9968EA

Black with #9968EA

Text Example


Text Example

White with #9968EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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