Html Css Color HEX #967FEA Medium Purple

📋 copy color: '#967FEA'

red 150 ◦ green 127 ◦ blue 234

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

Shades of Medium Purple #967FEA

Tints of Medium Purple #967FEA

RGB

 RED value IS 150 (58.98% from 255) = 29.35%

 GREEN value IS 127 (50% from 255) = 24.85%

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

R = 29.35%
G = 24.85%
B = 45.79%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#967FEA (or 0x967FEA) is known color: Medium Purple. HEX triplet: 96, 7F and EA. RGB value is (150,127,234). Sum of RGB (Red+Green+Blue) = 150+127+234=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #967FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967FEA is #698015. Grayscale: #919191. Windows color (decimal): -6914070 or 15368086. OLE color: 15368086.

HSL color Cylindrical-coordinate representation of color #967FEA: hue angle of 252.9º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #967FEA is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 127 234 -
CMYK 0.36 0.46 0 0.08
HSL 252.9º 0.72% 0.71% -
HSV(B) 252.9º 0.46% 0.92% -
XYZ 35.02 27.6 81.32 -
YUV 146.08 177.62 130.8 -
System Red Green Blue C M Y K H S L
Decimal 150 127 234 0.36 0.46 0 0.08 252.9 0.72 0.71
Hex 96 7F EA 24 2E 0 8 FD 48 47
Octal 226 177 352 44 56 0 10 375 110 107
Binary 10010110 1111111 11101010 100100 101110 0 1000 11111101 1001000 1000111

Color Harmonies of #967FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967FEA

Black with #967FEA

Text Example


Text Example

White with #967FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967FEA; }

 p { color: rgb(150,127,234); }

 H1.HeaderClassName
 {
   color: #967FEA;
 }
 .AnyTagClassName
 {
   color: #967FEA;
 }
</style>

background-color css

<style>
 a { background-color: #967FEA; }

 a { background-color: rgb(150,127,234); }

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

border-color css

<style>
 span { border-color: #967FEA; }

 span { border-color: rgb(150,127,234); }

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