Html Css Color HEX #9841BF Dark Orchid

📋 copy color: '#9841BF'

red 152 ◦ green 65 ◦ blue 191

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

Shades of Dark Orchid #9841BF

Tints of Dark Orchid #9841BF

RGB

 RED value IS 152 (59.77% from 255) = 37.25%

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

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

R = 37.25%
G = 15.93%
B = 46.81%

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

#9841BF (or 0x9841BF) is known color: Dark Orchid. HEX triplet: 98, 41 and BF. RGB value is (152,65,191). Sum of RGB (Red+Green+Blue) = 152+65+191=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #9841BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9841BF is #67BE40. Grayscale: #686868. Windows color (decimal): -6798913 or 12534168. OLE color: 12534168.

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

Color convert

RGB 152 65 191 -
CMYK 0.20 0.66 0 0.25
HSL 281.43º 0.5% 0.5% -
HSV(B) 281.43º 0.66% 0.75% -
XYZ 24.24 14.22 50.76 -
YUV 105.38 176.32 161.25 -
System Red Green Blue C M Y K H S L
Decimal 152 65 191 0.20 0.66 0 0.25 281.43 0.5 0.5
Hex 98 41 BF 14 42 0 19 119 32 32
Octal 230 101 277 24 102 0 31 431 62 62
Binary 10011000 1000001 10111111 10100 1000010 0 11001 100011001 110010 110010

Color Harmonies of #9841BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9841BF

Black with #9841BF

Text Example


Text Example

White with #9841BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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