Html Css Color HEX #9440BF Dark Orchid

📋 copy color: '#9440BF'

red 148 ◦ green 64 ◦ blue 191

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

Shades of Dark Orchid #9440BF

Tints of Dark Orchid #9440BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.39%

R = 36.72%
G = 15.88%
B = 47.39%

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

#9440BF (or 0x9440BF) is known color: Dark Orchid. HEX triplet: 94, 40 and BF. RGB value is (148,64,191). Sum of RGB (Red+Green+Blue) = 148+64+191=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #9440BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9440BF is #6BBF40. Grayscale: #676767. Windows color (decimal): -7061313 or 12533908. OLE color: 12533908.

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

Color convert

RGB 148 64 191 -
CMYK 0.23 0.66 0 0.25
HSL 279.69º 0.5% 0.5% -
HSV(B) 279.69º 0.66% 0.75% -
XYZ 23.45 13.72 50.7 -
YUV 103.59 177.33 159.67 -
System Red Green Blue C M Y K H S L
Decimal 148 64 191 0.23 0.66 0 0.25 279.69 0.5 0.5
Hex 94 40 BF 17 42 0 19 118 32 32
Octal 224 100 277 27 102 0 31 430 62 62
Binary 10010100 1000000 10111111 10111 1000010 0 11001 100011000 110010 110010

Color Harmonies of #9440BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9440BF

Black with #9440BF

Text Example


Text Example

White with #9440BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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