Html Css Color HEX #9340BE Dark Orchid

📋 copy color: '#9340BE'

red 147 ◦ green 64 ◦ blue 190

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

Shades of Dark Orchid #9340BE

Tints of Dark Orchid #9340BE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.96%

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

R = 36.66%
G = 15.96%
B = 47.38%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9340BE (or 0x9340BE) is known color: Dark Orchid. HEX triplet: 93, 40 and BE. RGB value is (147,64,190). Sum of RGB (Red+Green+Blue) = 147+64+190=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #9340BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9340BE is #6CBF41. Grayscale: #666666. Windows color (decimal): -7126850 or 12468371. OLE color: 12468371.

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

Color convert

RGB 147 64 190 -
CMYK 0.23 0.66 0 0.25
HSL 279.52º 0.5% 0.5% -
HSV(B) 279.52º 0.66% 0.75% -
XYZ 23.16 13.59 50.12 -
YUV 103.18 177 159.25 -
System Red Green Blue C M Y K H S L
Decimal 147 64 190 0.23 0.66 0 0.25 279.52 0.5 0.5
Hex 93 40 BE 17 42 0 19 118 32 32
Octal 223 100 276 27 102 0 31 430 62 62
Binary 10010011 1000000 10111110 10111 1000010 0 11001 100011000 110010 110010

Color Harmonies of #9340BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9340BE

Black with #9340BE

Text Example


Text Example

White with #9340BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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