Html Css Color HEX #9F67EA Medium Purple

📋 copy color: '#9F67EA'

red 159 ◦ green 103 ◦ blue 234

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

Shades of Medium Purple #9F67EA

Tints of Medium Purple #9F67EA

RGB

 RED value IS 159 (62.5% from 255) = 32.06%

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

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

R = 32.06%
G = 20.77%
B = 47.18%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F67EA (or 0x9F67EA) is known color: Medium Purple. HEX triplet: 9F, 67 and EA. RGB value is (159,103,234). Sum of RGB (Red+Green+Blue) = 159+103+234=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 103 (40.62% from 255 or 20.77% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F67EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F67EA is #609815. Grayscale: #868686. Windows color (decimal): -6330390 or 15361951. OLE color: 15361951.

HSL color Cylindrical-coordinate representation of color #9F67EA: hue angle of 265.65º 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 #9F67EA is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 103 234 -
CMYK 0.32 0.56 0 0.08
HSL 265.65º 0.76% 0.66% -
HSV(B) 265.65º 0.56% 0.92% -
XYZ 34 23.01 80.49 -
YUV 134.68 184.05 145.35 -
System Red Green Blue C M Y K H S L
Decimal 159 103 234 0.32 0.56 0 0.08 265.65 0.76 0.66
Hex 9F 67 EA 20 38 0 8 10A 4C 42
Octal 237 147 352 40 70 0 10 412 114 102
Binary 10011111 1100111 11101010 100000 111000 0 1000 100001010 1001100 1000010

Color Harmonies of #9F67EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F67EA

Black with #9F67EA

Text Example


Text Example

White with #9F67EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F67EA; }

 p { color: rgb(159,103,234); }

 H1.HeaderClassName
 {
   color: #9F67EA;
 }
 .AnyTagClassName
 {
   color: #9F67EA;
 }
</style>

background-color css

<style>
 a { background-color: #9F67EA; }

 a { background-color: rgb(159,103,234); }

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

border-color css

<style>
 span { border-color: #9F67EA; }

 span { border-color: rgb(159,103,234); }

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