Html Css Color HEX #9B93C1 Cold Purple

📋 copy color: '#9B93C1'

red 155 ◦ green 147 ◦ blue 193

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

Shades of Cold Purple #9B93C1

Tints of Cold Purple #9B93C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.99%

R = 31.31%
G = 29.7%
B = 38.99%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9B93C1 (or 0x9B93C1) is known color: Cold Purple. HEX triplet: 9B, 93 and C1. RGB value is (155,147,193). Sum of RGB (Red+Green+Blue) = 155+147+193=495 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.31% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #9B93C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B93C1 is #646C3E. Grayscale: #9A9A9A. Windows color (decimal): -6581311 or 12686235. OLE color: 12686235.

HSL color Cylindrical-coordinate representation of color #9B93C1: hue angle of 250.43º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B93C1 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 147 193 -
CMYK 0.20 0.24 0 0.24
HSL 250.43º 0.27% 0.67% -
HSV(B) 250.43º 0.24% 0.76% -
XYZ 33.58 31.69 54.8 -
YUV 154.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 155 147 193 0.20 0.24 0 0.24 250.43 0.27 0.67
Hex 9B 93 C1 14 18 0 18 FA 1B 43
Octal 233 223 301 24 30 0 30 372 33 103
Binary 10011011 10010011 11000001 10100 11000 0 11000 11111010 11011 1000011

Color Harmonies of #9B93C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B93C1

Black with #9B93C1

Text Example


Text Example

White with #9B93C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,147,193); }

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

background-color css

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

 a { background-color: rgb(155,147,193); }

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

border-color css

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

 span { border-color: rgb(155,147,193); }

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