Html Css Color HEX #9675DB Medium Purple

📋 copy color: '#9675DB'

red 150 ◦ green 117 ◦ blue 219

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

Shades of Medium Purple #9675DB

Tints of Medium Purple #9675DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 30.86%
G = 24.07%
B = 45.06%

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

#9675DB (or 0x9675DB) is known color: Medium Purple. HEX triplet: 96, 75 and DB. RGB value is (150,117,219). Sum of RGB (Red+Green+Blue) = 150+117+219=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #9675DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675DB is #698A24. Grayscale: #8A8A8A. Windows color (decimal): -6916645 or 14382486. OLE color: 14382486.

HSL color Cylindrical-coordinate representation of color #9675DB: hue angle of 259.41º degrees, saturation: 0.59, 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 #9675DB is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 117 219 -
CMYK 0.32 0.47 0 0.14
HSL 259.41º 0.59% 0.66% -
HSV(B) 259.41º 0.47% 0.86% -
XYZ 31.73 24.32 70.04 -
YUV 138.5 173.43 136.21 -
System Red Green Blue C M Y K H S L
Decimal 150 117 219 0.32 0.47 0 0.14 259.41 0.59 0.66
Hex 96 75 DB 20 2F 0 E 103 3B 42
Octal 226 165 333 40 57 0 16 403 73 102
Binary 10010110 1110101 11011011 100000 101111 0 1110 100000011 111011 1000010

Color Harmonies of #9675DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675DB

Black with #9675DB

Text Example


Text Example

White with #9675DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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