Html Css Color HEX #9962DF Medium Purple

📋 copy color: '#9962DF'

red 153 ◦ green 98 ◦ blue 223

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

Shades of Medium Purple #9962DF

Tints of Medium Purple #9962DF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.68%

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 32.28%
G = 20.68%
B = 47.05%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9962DF (or 0x9962DF) is known color: Medium Purple. HEX triplet: 99, 62 and DF. RGB value is (153,98,223). Sum of RGB (Red+Green+Blue) = 153+98+223=474 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.28% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #9962DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9962DF is #669D20. Grayscale: #808080. Windows color (decimal): -6724897 or 14639769. OLE color: 14639769.

HSL color Cylindrical-coordinate representation of color #9962DF: hue angle of 266.4º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9962DF is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 98 223 -
CMYK 0.31 0.56 0 0.13
HSL 266.4º 0.66% 0.63% -
HSV(B) 266.4º 0.56% 0.87% -
XYZ 30.82 20.84 72.21 -
YUV 128.7 181.22 145.34 -
System Red Green Blue C M Y K H S L
Decimal 153 98 223 0.31 0.56 0 0.13 266.4 0.66 0.63
Hex 99 62 DF 1F 38 0 D 10A 42 3F
Octal 231 142 337 37 70 0 15 412 102 77
Binary 10011001 1100010 11011111 11111 111000 0 1101 100001010 1000010 111111

Color Harmonies of #9962DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9962DF

Black with #9962DF

Text Example


Text Example

White with #9962DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9962DF; }

 p { color: rgb(153,98,223); }

 H1.HeaderClassName
 {
   color: #9962DF;
 }
 .AnyTagClassName
 {
   color: #9962DF;
 }
</style>

background-color css

<style>
 a { background-color: #9962DF; }

 a { background-color: rgb(153,98,223); }

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

border-color css

<style>
 span { border-color: #9962DF; }

 span { border-color: rgb(153,98,223); }

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