Html Css Color HEX #9D93B5 Cold Purple

📋 copy color: '#9D93B5'

red 157 ◦ green 147 ◦ blue 181

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

Shades of Cold Purple #9D93B5

Tints of Cold Purple #9D93B5

RGB

 RED value IS 157 (61.72% from 255) = 32.37%

 GREEN value IS 147 (57.81% from 255) = 30.31%

 BLUE value IS 181 (71.09% from 255) = 37.32%

R = 32.37%
G = 30.31%
B = 37.32%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9D93B5 (or 0x9D93B5) is known color: Cold Purple. HEX triplet: 9D, 93 and B5. RGB value is (157,147,181). Sum of RGB (Red+Green+Blue) = 157+147+181=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 181 - color contains mainly: blue. Hex color #9D93B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D93B5 is #626C4A. Grayscale: #999999. Windows color (decimal): -6450251 or 11899805. OLE color: 11899805.

HSL color Cylindrical-coordinate representation of color #9D93B5: hue angle of 257.65º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9D93B5 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 147 181 -
CMYK 0.13 0.19 0 0.29
HSL 257.65º 0.19% 0.64% -
HSV(B) 257.65º 0.19% 0.71% -
XYZ 32.68 31.37 48.05 -
YUV 153.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 157 147 181 0.13 0.19 0 0.29 257.65 0.19 0.64
Hex 9D 93 B5 D 13 0 1D 102 13 40
Octal 235 223 265 15 23 0 35 402 23 100
Binary 10011101 10010011 10110101 1101 10011 0 11101 100000010 10011 1000000

Color Harmonies of #9D93B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D93B5

Black with #9D93B5

Text Example


Text Example

White with #9D93B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,147,181); }

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

background-color css

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

 a { background-color: rgb(157,147,181); }

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

border-color css

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

 span { border-color: rgb(157,147,181); }

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