Html Css Color HEX #9C68EB Medium Purple

📋 copy color: '#9C68EB'

red 156 ◦ green 104 ◦ blue 235

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

Shades of Medium Purple #9C68EB

Tints of Medium Purple #9C68EB

RGB

 RED value IS 156 (61.33% from 255) = 31.52%

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

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

R = 31.52%
G = 21.01%
B = 47.47%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C68EB (or 0x9C68EB) is known color: Medium Purple. HEX triplet: 9C, 68 and EB. RGB value is (156,104,235). Sum of RGB (Red+Green+Blue) = 156+104+235=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C68EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C68EB is #639714. Grayscale: #868686. Windows color (decimal): -6526741 or 15427740. OLE color: 15427740.

HSL color Cylindrical-coordinate representation of color #9C68EB: hue angle of 263.82º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C68EB is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 104 235 -
CMYK 0.34 0.56 0 0.08
HSL 263.82º 0.77% 0.66% -
HSV(B) 263.82º 0.56% 0.92% -
XYZ 33.66 22.97 81.26 -
YUV 134.48 184.73 143.35 -
System Red Green Blue C M Y K H S L
Decimal 156 104 235 0.34 0.56 0 0.08 263.82 0.77 0.66
Hex 9C 68 EB 22 38 0 8 108 4D 42
Octal 234 150 353 42 70 0 10 410 115 102
Binary 10011100 1101000 11101011 100010 111000 0 1000 100001000 1001101 1000010

Color Harmonies of #9C68EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C68EB

Black with #9C68EB

Text Example


Text Example

White with #9C68EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C68EB; }

 p { color: rgb(156,104,235); }

 H1.HeaderClassName
 {
   color: #9C68EB;
 }
 .AnyTagClassName
 {
   color: #9C68EB;
 }
</style>

background-color css

<style>
 a { background-color: #9C68EB; }

 a { background-color: rgb(156,104,235); }

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

border-color css

<style>
 span { border-color: #9C68EB; }

 span { border-color: rgb(156,104,235); }

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