Html Css Color HEX #9568E5 Medium Purple

📋 copy color: '#9568E5'

red 149 ◦ green 104 ◦ blue 229

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

Shades of Medium Purple #9568E5

Tints of Medium Purple #9568E5

RGB

 RED value IS 149 (58.59% from 255) = 30.91%

 GREEN value IS 104 (41.02% from 255) = 21.58%

 BLUE value IS 229 (89.84% from 255) = 47.51%

R = 30.91%
G = 21.58%
B = 47.51%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9568E5 (or 0x9568E5) is known color: Medium Purple. HEX triplet: 95, 68 and E5. RGB value is (149,104,229). Sum of RGB (Red+Green+Blue) = 149+104+229=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #9568E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9568E5 is #6A971A. Grayscale: #838383. Windows color (decimal): -6985499 or 15034517. OLE color: 15034517.

HSL color Cylindrical-coordinate representation of color #9568E5: hue angle of 261.6º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9568E5 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 104 229 -
CMYK 0.35 0.55 0 0.10
HSL 261.6º 0.71% 0.65% -
HSV(B) 261.6º 0.55% 0.9% -
XYZ 31.49 21.95 76.71 -
YUV 131.71 182.91 140.34 -
System Red Green Blue C M Y K H S L
Decimal 149 104 229 0.35 0.55 0 0.10 261.6 0.71 0.65
Hex 95 68 E5 23 37 0 A 106 47 41
Octal 225 150 345 43 67 0 12 406 107 101
Binary 10010101 1101000 11100101 100011 110111 0 1010 100000110 1000111 1000001

Color Harmonies of #9568E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9568E5

Black with #9568E5

Text Example


Text Example

White with #9568E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9568E5; }

 p { color: rgb(149,104,229); }

 H1.HeaderClassName
 {
   color: #9568E5;
 }
 .AnyTagClassName
 {
   color: #9568E5;
 }
</style>

background-color css

<style>
 a { background-color: #9568E5; }

 a { background-color: rgb(149,104,229); }

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

border-color css

<style>
 span { border-color: #9568E5; }

 span { border-color: rgb(149,104,229); }

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