Html Css Color HEX #966FEA Medium Purple

📋 copy color: '#966FEA'

red 150 ◦ green 111 ◦ blue 234

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

Shades of Medium Purple #966FEA

Tints of Medium Purple #966FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.42%

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

R = 30.3%
G = 22.42%
B = 47.27%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#966FEA (or 0x966FEA) is known color: Medium Purple. HEX triplet: 96, 6F and EA. RGB value is (150,111,234). Sum of RGB (Red+Green+Blue) = 150+111+234=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #966FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #966FEA is #699015. Grayscale: #888888. Windows color (decimal): -6918166 or 15363990. OLE color: 15363990.

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

Color convert

RGB 150 111 234 -
CMYK 0.36 0.53 0 0.08
HSL 259.02º 0.75% 0.68% -
HSV(B) 259.02º 0.53% 0.92% -
XYZ 33.11 23.79 80.69 -
YUV 136.68 182.92 137.5 -
System Red Green Blue C M Y K H S L
Decimal 150 111 234 0.36 0.53 0 0.08 259.02 0.75 0.68
Hex 96 6F EA 24 35 0 8 103 4B 44
Octal 226 157 352 44 65 0 10 403 113 104
Binary 10010110 1101111 11101010 100100 110101 0 1000 100000011 1001011 1000100

Color Harmonies of #966FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966FEA

Black with #966FEA

Text Example


Text Example

White with #966FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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