Html Css Color HEX #9675EB Medium Purple

📋 copy color: '#9675EB'

red 150 ◦ green 117 ◦ blue 235

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

Shades of Medium Purple #9675EB

Tints of Medium Purple #9675EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.81%

R = 29.88%
G = 23.31%
B = 46.81%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9675EB (or 0x9675EB) is known color: Medium Purple. HEX triplet: 96, 75 and EB. RGB value is (150,117,235). Sum of RGB (Red+Green+Blue) = 150+117+235=502 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.88% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #9675EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9675EB is #698A14. Grayscale: #8B8B8B. Windows color (decimal): -6916629 or 15431062. OLE color: 15431062.

HSL color Cylindrical-coordinate representation of color #9675EB: hue angle of 256.78º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9675EB is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 117 235 -
CMYK 0.36 0.50 0 0.08
HSL 256.78º 0.75% 0.69% -
HSV(B) 256.78º 0.5% 0.92% -
XYZ 33.93 25.2 81.67 -
YUV 140.32 181.43 134.91 -
System Red Green Blue C M Y K H S L
Decimal 150 117 235 0.36 0.50 0 0.08 256.78 0.75 0.69
Hex 96 75 EB 24 32 0 8 101 4B 45
Octal 226 165 353 44 62 0 10 401 113 105
Binary 10010110 1110101 11101011 100100 110010 0 1000 100000001 1001011 1000101

Color Harmonies of #9675EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675EB

Black with #9675EB

Text Example


Text Example

White with #9675EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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