Html Css Color HEX #9675DC Medium Purple

📋 copy color: '#9675DC'

red 150 ◦ green 117 ◦ blue 220

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

Shades of Medium Purple #9675DC

Tints of Medium Purple #9675DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.02%

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 30.8%
G = 24.02%
B = 45.17%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9675DC (or 0x9675DC) is known color: Medium Purple. HEX triplet: 96, 75 and DC. RGB value is (150,117,220). Sum of RGB (Red+Green+Blue) = 150+117+220=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #9675DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675DC is #698A23. Grayscale: #8A8A8A. Windows color (decimal): -6916644 or 14448022. OLE color: 14448022.

HSL color Cylindrical-coordinate representation of color #9675DC: hue angle of 259.22º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9675DC is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 117 220 -
CMYK 0.32 0.47 0 0.14
HSL 259.22º 0.6% 0.66% -
HSV(B) 259.22º 0.47% 0.86% -
XYZ 31.86 24.37 70.74 -
YUV 138.61 173.93 136.12 -
System Red Green Blue C M Y K H S L
Decimal 150 117 220 0.32 0.47 0 0.14 259.22 0.6 0.66
Hex 96 75 DC 20 2F 0 E 103 3C 42
Octal 226 165 334 40 57 0 16 403 74 102
Binary 10010110 1110101 11011100 100000 101111 0 1110 100000011 111100 1000010

Color Harmonies of #9675DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675DC

Black with #9675DC

Text Example


Text Example

White with #9675DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9675DC; }

 p { color: rgb(150,117,220); }

 H1.HeaderClassName
 {
   color: #9675DC;
 }
 .AnyTagClassName
 {
   color: #9675DC;
 }
</style>

background-color css

<style>
 a { background-color: #9675DC; }

 a { background-color: rgb(150,117,220); }

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

border-color css

<style>
 span { border-color: #9675DC; }

 span { border-color: rgb(150,117,220); }

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