Html Css Color HEX #9837BF Dark Orchid

📋 copy color: '#9837BF'

red 152 ◦ green 55 ◦ blue 191

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

Shades of Dark Orchid #9837BF

Tints of Dark Orchid #9837BF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.82%

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

R = 38.19%
G = 13.82%
B = 47.99%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9837BF (or 0x9837BF) is known color: Dark Orchid. HEX triplet: 98, 37 and BF. RGB value is (152,55,191). Sum of RGB (Red+Green+Blue) = 152+55+191=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #9837BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9837BF is #67C840. Grayscale: #636363. Windows color (decimal): -6801473 or 12531608. OLE color: 12531608.

HSL color Cylindrical-coordinate representation of color #9837BF: hue angle of 282.79º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9837BF is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 55 191 -
CMYK 0.20 0.71 0 0.25
HSL 282.79º 0.55% 0.48% -
HSV(B) 282.79º 0.71% 0.75% -
XYZ 23.72 13.17 50.58 -
YUV 99.51 179.64 165.44 -
System Red Green Blue C M Y K H S L
Decimal 152 55 191 0.20 0.71 0 0.25 282.79 0.55 0.48
Hex 98 37 BF 14 47 0 19 11B 37 30
Octal 230 67 277 24 107 0 31 433 67 60
Binary 10011000 110111 10111111 10100 1000111 0 11001 100011011 110111 110000

Color Harmonies of #9837BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9837BF

Black with #9837BF

Text Example


Text Example

White with #9837BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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