Html Css Color HEX #9839BF Dark Orchid

📋 copy color: '#9839BF'

red 152 ◦ green 57 ◦ blue 191

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

Shades of Dark Orchid #9839BF

Tints of Dark Orchid #9839BF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.25%

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

R = 38%
G = 14.25%
B = 47.75%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9839BF (or 0x9839BF) is known color: Dark Orchid. HEX triplet: 98, 39 and BF. RGB value is (152,57,191). Sum of RGB (Red+Green+Blue) = 152+57+191=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #9839BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9839BF is #67C640. Grayscale: #646464. Windows color (decimal): -6800961 or 12532120. OLE color: 12532120.

HSL color Cylindrical-coordinate representation of color #9839BF: hue angle of 282.54º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9839BF is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 57 191 -
CMYK 0.20 0.70 0 0.25
HSL 282.54º 0.54% 0.49% -
HSV(B) 282.54º 0.7% 0.75% -
XYZ 23.82 13.36 50.61 -
YUV 100.68 178.97 164.6 -
System Red Green Blue C M Y K H S L
Decimal 152 57 191 0.20 0.70 0 0.25 282.54 0.54 0.49
Hex 98 39 BF 14 46 0 19 11B 36 31
Octal 230 71 277 24 106 0 31 433 66 61
Binary 10011000 111001 10111111 10100 1000110 0 11001 100011011 110110 110001

Color Harmonies of #9839BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9839BF

Black with #9839BF

Text Example


Text Example

White with #9839BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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