Html Css Color HEX #967AE4 Medium Purple

📋 copy color: '#967AE4'

red 150 ◦ green 122 ◦ blue 228

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

Shades of Medium Purple #967AE4

Tints of Medium Purple #967AE4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.4%

 BLUE value IS 228 (89.45% from 255) = 45.6%

R = 30%
G = 24.4%
B = 45.6%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#967AE4 (or 0x967AE4) is known color: Medium Purple. HEX triplet: 96, 7A and E4. RGB value is (150,122,228). Sum of RGB (Red+Green+Blue) = 150+122+228=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 228 (89.45% from 255 or 45.6% from 500); Max value from RGB is 228 - color contains mainly: blue. Hex color #967AE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967AE4 is #69851B. Grayscale: #8E8E8E. Windows color (decimal): -6915356 or 14973590. OLE color: 14973590.

HSL color Cylindrical-coordinate representation of color #967AE4: hue angle of 255.85º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #967AE4 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 150 122 228 -
CMYK 0.34 0.46 0 0.11
HSL 255.85º 0.66% 0.69% -
HSV(B) 255.85º 0.46% 0.89% -
XYZ 33.54 26 76.65 -
YUV 142.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 150 122 228 0.34 0.46 0 0.11 255.85 0.66 0.69
Hex 96 7A E4 22 2E 0 B 100 42 45
Octal 226 172 344 42 56 0 13 400 102 105
Binary 10010110 1111010 11100100 100010 101110 0 1011 100000000 1000010 1000101

Color Harmonies of #967AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967AE4

Black with #967AE4

Text Example


Text Example

White with #967AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,122,228); }

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

background-color css

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

 a { background-color: rgb(150,122,228); }

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

border-color css

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

 span { border-color: rgb(150,122,228); }

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