Html Css Color HEX #9385BC Cold Purple

📋 copy color: '#9385BC'

red 147 ◦ green 133 ◦ blue 188

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

Shades of Cold Purple #9385BC

Tints of Cold Purple #9385BC

RGB

 RED value IS 147 (57.81% from 255) = 31.41%

 GREEN value IS 133 (52.34% from 255) = 28.42%

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 31.41%
G = 28.42%
B = 40.17%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9385BC (or 0x9385BC) is known color: Cold Purple. HEX triplet: 93, 85 and BC. RGB value is (147,133,188). Sum of RGB (Red+Green+Blue) = 147+133+188=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #9385BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9385BC is #6C7A43. Grayscale: #8F8F8F. Windows color (decimal): -7109188 or 12354963. OLE color: 12354963.

HSL color Cylindrical-coordinate representation of color #9385BC: hue angle of 255.27º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9385BC is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 133 188 -
CMYK 0.22 0.29 0 0.26
HSL 255.27º 0.29% 0.63% -
HSV(B) 255.27º 0.29% 0.74% -
XYZ 29.5 26.61 51.16 -
YUV 143.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 147 133 188 0.22 0.29 0 0.26 255.27 0.29 0.63
Hex 93 85 BC 16 1D 0 1A FF 1D 3F
Octal 223 205 274 26 35 0 32 377 35 77
Binary 10010011 10000101 10111100 10110 11101 0 11010 11111111 11101 111111

Color Harmonies of #9385BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9385BC

Black with #9385BC

Text Example


Text Example

White with #9385BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9385BC; }

 p { color: rgb(147,133,188); }

 H1.HeaderClassName
 {
   color: #9385BC;
 }
 .AnyTagClassName
 {
   color: #9385BC;
 }
</style>

background-color css

<style>
 a { background-color: #9385BC; }

 a { background-color: rgb(147,133,188); }

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

border-color css

<style>
 span { border-color: #9385BC; }

 span { border-color: rgb(147,133,188); }

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