Html Css Color HEX #967BF1 Medium Purple

📋 copy color: '#967BF1'

red 150 ◦ green 123 ◦ blue 241

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

Shades of Medium Purple #967BF1

Tints of Medium Purple #967BF1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.93%

 BLUE value IS 241 (94.53% from 255) = 46.89%

R = 29.18%
G = 23.93%
B = 46.89%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#967BF1 (or 0x967BF1) is known color: Medium Purple. HEX triplet: 96, 7B and F1. RGB value is (150,123,241). Sum of RGB (Red+Green+Blue) = 150+123+241=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #967BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967BF1 is #69840E. Grayscale: #909090. Windows color (decimal): -6915087 or 15825814. OLE color: 15825814.

HSL color Cylindrical-coordinate representation of color #967BF1: hue angle of 253.73º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #967BF1 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 123 241 -
CMYK 0.38 0.49 0 0.05
HSL 253.73º 0.81% 0.71% -
HSV(B) 253.73º 0.49% 0.95% -
XYZ 35.54 27 86.56 -
YUV 144.53 182.45 131.91 -
System Red Green Blue C M Y K H S L
Decimal 150 123 241 0.38 0.49 0 0.05 253.73 0.81 0.71
Hex 96 7B F1 26 31 0 5 FE 51 47
Octal 226 173 361 46 61 0 5 376 121 107
Binary 10010110 1111011 11110001 100110 110001 0 101 11111110 1010001 1000111

Color Harmonies of #967BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967BF1

Black with #967BF1

Text Example


Text Example

White with #967BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,123,241); }

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

background-color css

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

 a { background-color: rgb(150,123,241); }

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

border-color css

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

 span { border-color: rgb(150,123,241); }

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