Html Css Color HEX #9440BD Dark Orchid

📋 copy color: '#9440BD'

red 148 ◦ green 64 ◦ blue 189

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

Shades of Dark Orchid #9440BD

Tints of Dark Orchid #9440BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 36.91%
G = 15.96%
B = 47.13%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9440BD (or 0x9440BD) is known color: Dark Orchid. HEX triplet: 94, 40 and BD. RGB value is (148,64,189). Sum of RGB (Red+Green+Blue) = 148+64+189=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #9440BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9440BD is #6BBF42. Grayscale: #666666. Windows color (decimal): -7061315 or 12402836. OLE color: 12402836.

HSL color Cylindrical-coordinate representation of color #9440BD: hue angle of 280.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9440BD is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 64 189 -
CMYK 0.22 0.66 0 0.26
HSL 280.32º 0.49% 0.5% -
HSV(B) 280.32º 0.66% 0.74% -
XYZ 23.23 13.64 49.55 -
YUV 103.37 176.33 159.84 -
System Red Green Blue C M Y K H S L
Decimal 148 64 189 0.22 0.66 0 0.26 280.32 0.49 0.5
Hex 94 40 BD 16 42 0 1A 118 31 32
Octal 224 100 275 26 102 0 32 430 61 62
Binary 10010100 1000000 10111101 10110 1000010 0 11010 100011000 110001 110010

Color Harmonies of #9440BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9440BD

Black with #9440BD

Text Example


Text Example

White with #9440BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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