Html Css Color HEX #967DED Medium Purple

📋 copy color: '#967DED'

red 150 ◦ green 125 ◦ blue 237

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

Shades of Medium Purple #967DED

Tints of Medium Purple #967DED

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.41%

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 29.3%
G = 24.41%
B = 46.29%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#967DED (or 0x967DED) is known color: Medium Purple. HEX triplet: 96, 7D and ED. RGB value is (150,125,237). Sum of RGB (Red+Green+Blue) = 150+125+237=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #967DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #967DED is #698212. Grayscale: #909090. Windows color (decimal): -6914579 or 15564182. OLE color: 15564182.

HSL color Cylindrical-coordinate representation of color #967DED: hue angle of 253.39º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #967DED is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 125 237 -
CMYK 0.37 0.47 0 0.07
HSL 253.39º 0.76% 0.71% -
HSV(B) 253.39º 0.47% 0.93% -
XYZ 35.2 27.27 83.53 -
YUV 145.24 179.78 131.39 -
System Red Green Blue C M Y K H S L
Decimal 150 125 237 0.37 0.47 0 0.07 253.39 0.76 0.71
Hex 96 7D ED 25 2F 0 7 FD 4C 47
Octal 226 175 355 45 57 0 7 375 114 107
Binary 10010110 1111101 11101101 100101 101111 0 111 11111101 1001100 1000111

Color Harmonies of #967DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967DED

Black with #967DED

Text Example


Text Example

White with #967DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,125,237); }

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

background-color css

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

 a { background-color: rgb(150,125,237); }

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

border-color css

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

 span { border-color: rgb(150,125,237); }

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