Html Css Color HEX #967AF1 Medium Purple

📋 copy color: '#967AF1'

red 150 ◦ green 122 ◦ blue 241

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

Shades of Medium Purple #967AF1

Tints of Medium Purple #967AF1

RGB

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

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

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

R = 29.24%
G = 23.78%
B = 46.98%

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

#967AF1 (or 0x967AF1) is known color: Medium Purple. HEX triplet: 96, 7A and F1. RGB value is (150,122,241). Sum of RGB (Red+Green+Blue) = 150+122+241=513 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.24% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #967AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967AF1 is #69850E. Grayscale: #8F8F8F. Windows color (decimal): -6915343 or 15825558. OLE color: 15825558.

HSL color Cylindrical-coordinate representation of color #967AF1: hue angle of 254.12º 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 #967AF1 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 122 241 -
CMYK 0.38 0.49 0 0.05
HSL 254.12º 0.81% 0.71% -
HSV(B) 254.12º 0.49% 0.95% -
XYZ 35.41 26.75 86.52 -
YUV 143.94 182.78 132.32 -
System Red Green Blue C M Y K H S L
Decimal 150 122 241 0.38 0.49 0 0.05 254.12 0.81 0.71
Hex 96 7A F1 26 31 0 5 FE 51 47
Octal 226 172 361 46 61 0 5 376 121 107
Binary 10010110 1111010 11110001 100110 110001 0 101 11111110 1010001 1000111

Color Harmonies of #967AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967AF1

Black with #967AF1

Text Example


Text Example

White with #967AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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