Html Css Color HEX #9383BE Cold Purple

📋 copy color: '#9383BE'

red 147 ◦ green 131 ◦ blue 190

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

Shades of Cold Purple #9383BE

Tints of Cold Purple #9383BE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.99%

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 31.41%
G = 27.99%
B = 40.6%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9383BE (or 0x9383BE) is known color: Cold Purple. HEX triplet: 93, 83 and BE. RGB value is (147,131,190). Sum of RGB (Red+Green+Blue) = 147+131+190=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #9383BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9383BE is #6C7C41. Grayscale: #8E8E8E. Windows color (decimal): -7109698 or 12485523. OLE color: 12485523.

HSL color Cylindrical-coordinate representation of color #9383BE: hue angle of 256.27º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9383BE is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 147 131 190 -
CMYK 0.23 0.31 0 0.25
HSL 256.27º 0.31% 0.63% -
HSV(B) 256.27º 0.31% 0.75% -
XYZ 29.44 26.15 52.21 -
YUV 142.51 154.8 131.2 -
System Red Green Blue C M Y K H S L
Decimal 147 131 190 0.23 0.31 0 0.25 256.27 0.31 0.63
Hex 93 83 BE 17 1F 0 19 100 1F 3F
Octal 223 203 276 27 37 0 31 400 37 77
Binary 10010011 10000011 10111110 10111 11111 0 11001 100000000 11111 111111

Color Harmonies of #9383BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9383BE

Black with #9383BE

Text Example


Text Example

White with #9383BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9383BE; }

 p { color: rgb(147,131,190); }

 H1.HeaderClassName
 {
   color: #9383BE;
 }
 .AnyTagClassName
 {
   color: #9383BE;
 }
</style>

background-color css

<style>
 a { background-color: #9383BE; }

 a { background-color: rgb(147,131,190); }

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

border-color css

<style>
 span { border-color: #9383BE; }

 span { border-color: rgb(147,131,190); }

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