Html Css Color HEX #9441BF Dark Orchid

📋 copy color: '#9441BF'

red 148 ◦ green 65 ◦ blue 191

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

Shades of Dark Orchid #9441BF

Tints of Dark Orchid #9441BF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.09%

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

R = 36.63%
G = 16.09%
B = 47.28%

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

#9441BF (or 0x9441BF) is known color: Dark Orchid. HEX triplet: 94, 41 and BF. RGB value is (148,65,191). Sum of RGB (Red+Green+Blue) = 148+65+191=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #9441BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9441BF is #6BBE40. Grayscale: #676767. Windows color (decimal): -7061057 or 12534164. OLE color: 12534164.

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

Color convert

RGB 148 65 191 -
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.51 13.84 50.72 -
YUV 104.18 177 159.25 -
System Red Green Blue C M Y K H S L
Decimal 148 65 191 0.23 0.66 0 0.25 279.52 0.5 0.5
Hex 94 41 BF 17 42 0 19 118 32 32
Octal 224 101 277 27 102 0 31 430 62 62
Binary 10010100 1000001 10111111 10111 1000010 0 11001 100011000 110010 110010

Color Harmonies of #9441BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9441BF

Black with #9441BF

Text Example


Text Example

White with #9441BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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