Html Css Color HEX #9140BD Dark Orchid

📋 copy color: '#9140BD'

red 145 ◦ green 64 ◦ blue 189

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

Shades of Dark Orchid #9140BD

Tints of Dark Orchid #9140BD

RGB

 RED value IS 145 (57.03% from 255) = 36.43%

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

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

R = 36.43%
G = 16.08%
B = 47.49%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9140BD (or 0x9140BD) is known color: Dark Orchid. HEX triplet: 91, 40 and BD. RGB value is (145,64,189). Sum of RGB (Red+Green+Blue) = 145+64+189=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #9140BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9140BD is #6EBF42. Grayscale: #666666. Windows color (decimal): -7257923 or 12402833. OLE color: 12402833.

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

Color convert

RGB 145 64 189 -
CMYK 0.23 0.66 0 0.26
HSL 278.88º 0.49% 0.5% -
HSV(B) 278.88º 0.66% 0.74% -
XYZ 22.7 13.36 49.53 -
YUV 102.47 176.84 158.34 -
System Red Green Blue C M Y K H S L
Decimal 145 64 189 0.23 0.66 0 0.26 278.88 0.49 0.5
Hex 91 40 BD 17 42 0 1A 117 31 32
Octal 221 100 275 27 102 0 32 427 61 62
Binary 10010001 1000000 10111101 10111 1000010 0 11010 100010111 110001 110010

Color Harmonies of #9140BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9140BD

Black with #9140BD

Text Example


Text Example

White with #9140BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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