Html Css Color HEX #965CF3 Medium Purple

📋 copy color: '#965CF3'

red 150 ◦ green 92 ◦ blue 243

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

Shades of Medium Purple #965CF3

Tints of Medium Purple #965CF3

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.97%

 BLUE value IS 243 (95.31% from 255) = 50.1%

R = 30.93%
G = 18.97%
B = 50.1%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#965CF3 (or 0x965CF3) is known color: Medium Purple. HEX triplet: 96, 5C and F3. RGB value is (150,92,243). Sum of RGB (Red+Green+Blue) = 150+92+243=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #965CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #965CF3 is #69A30C. Grayscale: #7E7E7E. Windows color (decimal): -6923021 or 15948950. OLE color: 15948950.

HSL color Cylindrical-coordinate representation of color #965CF3: hue angle of 263.05º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #965CF3 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 92 243 -
CMYK 0.38 0.62 0 0.05
HSL 263.05º 0.86% 0.66% -
HSV(B) 263.05º 0.62% 0.95% -
XYZ 32.58 20.61 87.05 -
YUV 126.56 193.72 144.72 -
System Red Green Blue C M Y K H S L
Decimal 150 92 243 0.38 0.62 0 0.05 263.05 0.86 0.66
Hex 96 5C F3 26 3E 0 5 107 56 42
Octal 226 134 363 46 76 0 5 407 126 102
Binary 10010110 1011100 11110011 100110 111110 0 101 100000111 1010110 1000010

Color Harmonies of #965CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965CF3

Black with #965CF3

Text Example


Text Example

White with #965CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965CF3; }

 p { color: rgb(150,92,243); }

 H1.HeaderClassName
 {
   color: #965CF3;
 }
 .AnyTagClassName
 {
   color: #965CF3;
 }
</style>

background-color css

<style>
 a { background-color: #965CF3; }

 a { background-color: rgb(150,92,243); }

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

border-color css

<style>
 span { border-color: #965CF3; }

 span { border-color: rgb(150,92,243); }

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