Html Css Color HEX #9440BE Dark Orchid

📋 copy color: '#9440BE'

red 148 ◦ green 64 ◦ blue 190

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

Shades of Dark Orchid #9440BE

Tints of Dark Orchid #9440BE

RGB

 RED value IS 148 (58.2% from 255) = 36.82%

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

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

R = 36.82%
G = 15.92%
B = 47.26%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9440BE (or 0x9440BE) is known color: Dark Orchid. HEX triplet: 94, 40 and BE. RGB value is (148,64,190). Sum of RGB (Red+Green+Blue) = 148+64+190=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #9440BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9440BE is #6BBF41. Grayscale: #676767. Windows color (decimal): -7061314 or 12468372. OLE color: 12468372.

HSL color Cylindrical-coordinate representation of color #9440BE: hue angle of 280º 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 #9440BE is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 64 190 -
CMYK 0.22 0.66 0 0.25
HSL 280º 0.5% 0.5% -
HSV(B) 280º 0.66% 0.75% -
XYZ 23.34 13.68 50.13 -
YUV 103.48 176.83 159.75 -
System Red Green Blue C M Y K H S L
Decimal 148 64 190 0.22 0.66 0 0.25 280 0.5 0.5
Hex 94 40 BE 16 42 0 19 118 32 32
Octal 224 100 276 26 102 0 31 430 62 62
Binary 10010100 1000000 10111110 10110 1000010 0 11001 100011000 110010 110010

Color Harmonies of #9440BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9440BE

Black with #9440BE

Text Example


Text Example

White with #9440BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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