Html Css Color HEX #9B8CED Medium Purple

📋 copy color: '#9B8CED'

red 155 ◦ green 140 ◦ blue 237

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

Shades of Medium Purple #9B8CED

Tints of Medium Purple #9B8CED

RGB

 RED value IS 155 (60.94% from 255) = 29.14%

 GREEN value IS 140 (55.08% from 255) = 26.32%

 BLUE value IS 237 (92.97% from 255) = 44.55%

R = 29.14%
G = 26.32%
B = 44.55%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B8CED (or 0x9B8CED) is known color: Medium Purple. HEX triplet: 9B, 8C and ED. RGB value is (155,140,237). Sum of RGB (Red+Green+Blue) = 155+140+237=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B8CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8CED is #647312. Grayscale: #9B9B9B. Windows color (decimal): -6583059 or 15568027. OLE color: 15568027.

HSL color Cylindrical-coordinate representation of color #9B8CED: hue angle of 249.28º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B8CED is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 140 237 -
CMYK 0.35 0.41 0 0.07
HSL 249.28º 0.73% 0.74% -
HSV(B) 249.28º 0.41% 0.93% -
XYZ 38.18 31.84 84.25 -
YUV 155.54 173.97 127.61 -
System Red Green Blue C M Y K H S L
Decimal 155 140 237 0.35 0.41 0 0.07 249.28 0.73 0.74
Hex 9B 8C ED 23 29 0 7 F9 49 4A
Octal 233 214 355 43 51 0 7 371 111 112
Binary 10011011 10001100 11101101 100011 101001 0 111 11111001 1001001 1001010

Color Harmonies of #9B8CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8CED

Black with #9B8CED

Text Example


Text Example

White with #9B8CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,140,237); }

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

background-color css

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

 a { background-color: rgb(155,140,237); }

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

border-color css

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

 span { border-color: rgb(155,140,237); }

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