Html Css Color HEX #9941BF Dark Orchid

📋 copy color: '#9941BF'

red 153 ◦ green 65 ◦ blue 191

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

Shades of Dark Orchid #9941BF

Tints of Dark Orchid #9941BF

RGB

 RED value IS 153 (60.16% from 255) = 37.41%

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

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

R = 37.41%
G = 15.89%
B = 46.7%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9941BF (or 0x9941BF) is known color: Dark Orchid. HEX triplet: 99, 41 and BF. RGB value is (153,65,191). Sum of RGB (Red+Green+Blue) = 153+65+191=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #9941BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9941BF is #66BE40. Grayscale: #696969. Windows color (decimal): -6733377 or 12534169. OLE color: 12534169.

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

Color convert

RGB 153 65 191 -
CMYK 0.20 0.66 0 0.25
HSL 281.9º 0.5% 0.5% -
HSV(B) 281.9º 0.66% 0.75% -
XYZ 24.43 14.31 50.77 -
YUV 105.68 176.15 161.75 -
System Red Green Blue C M Y K H S L
Decimal 153 65 191 0.20 0.66 0 0.25 281.9 0.5 0.5
Hex 99 41 BF 14 42 0 19 11A 32 32
Octal 231 101 277 24 102 0 31 432 62 62
Binary 10011001 1000001 10111111 10100 1000010 0 11001 100011010 110010 110010

Color Harmonies of #9941BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9941BF

Black with #9941BF

Text Example


Text Example

White with #9941BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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