Html Css Color HEX #9840BF Dark Orchid

📋 copy color: '#9840BF'

red 152 ◦ green 64 ◦ blue 191

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

Shades of Dark Orchid #9840BF

Tints of Dark Orchid #9840BF

RGB

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

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

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

R = 37.35%
G = 15.72%
B = 46.93%

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

#9840BF (or 0x9840BF) is known color: Dark Orchid. HEX triplet: 98, 40 and BF. RGB value is (152,64,191). Sum of RGB (Red+Green+Blue) = 152+64+191=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #9840BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9840BF is #67BF40. Grayscale: #686868. Windows color (decimal): -6799169 or 12533912. OLE color: 12533912.

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

Color convert

RGB 152 64 191 -
CMYK 0.20 0.66 0 0.25
HSL 281.57º 0.5% 0.5% -
HSV(B) 281.57º 0.66% 0.75% -
XYZ 24.19 14.1 50.74 -
YUV 104.79 176.65 161.67 -
System Red Green Blue C M Y K H S L
Decimal 152 64 191 0.20 0.66 0 0.25 281.57 0.5 0.5
Hex 98 40 BF 14 42 0 19 11A 32 32
Octal 230 100 277 24 102 0 31 432 62 62
Binary 10011000 1000000 10111111 10100 1000010 0 11001 100011010 110010 110010

Color Harmonies of #9840BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9840BF

Black with #9840BF

Text Example


Text Example

White with #9840BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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