Html Css Color HEX #9967F2 Medium Purple

📋 copy color: '#9967F2'

red 153 ◦ green 103 ◦ blue 242

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

Shades of Medium Purple #9967F2

Tints of Medium Purple #9967F2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.68%

 BLUE value IS 242 (94.92% from 255) = 48.59%

R = 30.72%
G = 20.68%
B = 48.59%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9967F2 (or 0x9967F2) is known color: Medium Purple. HEX triplet: 99, 67 and F2. RGB value is (153,103,242). Sum of RGB (Red+Green+Blue) = 153+103+242=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 103 (40.62% from 255 or 20.68% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #9967F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9967F2 is #66980D. Grayscale: #858585. Windows color (decimal): -6723598 or 15886233. OLE color: 15886233.

HSL color Cylindrical-coordinate representation of color #9967F2: hue angle of 261.58º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9967F2 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 153 103 242 -
CMYK 0.37 0.57 0 0.05
HSL 261.58º 0.84% 0.68% -
HSV(B) 261.58º 0.57% 0.95% -
XYZ 34.01 22.88 86.63 -
YUV 133.8 189.07 141.7 -
System Red Green Blue C M Y K H S L
Decimal 153 103 242 0.37 0.57 0 0.05 261.58 0.84 0.68
Hex 99 67 F2 25 39 0 5 106 54 44
Octal 231 147 362 45 71 0 5 406 124 104
Binary 10011001 1100111 11110010 100101 111001 0 101 100000110 1010100 1000100

Color Harmonies of #9967F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9967F2

Black with #9967F2

Text Example


Text Example

White with #9967F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9967F2; }

 p { color: rgb(153,103,242); }

 H1.HeaderClassName
 {
   color: #9967F2;
 }
 .AnyTagClassName
 {
   color: #9967F2;
 }
</style>

background-color css

<style>
 a { background-color: #9967F2; }

 a { background-color: rgb(153,103,242); }

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

border-color css

<style>
 span { border-color: #9967F2; }

 span { border-color: rgb(153,103,242); }

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