Html Css Color HEX #9838BF Dark Orchid

📋 copy color: '#9838BF'

red 152 ◦ green 56 ◦ blue 191

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

Shades of Dark Orchid #9838BF

Tints of Dark Orchid #9838BF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.04%

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

R = 38.1%
G = 14.04%
B = 47.87%

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

#9838BF (or 0x9838BF) is known color: Dark Orchid. HEX triplet: 98, 38 and BF. RGB value is (152,56,191). Sum of RGB (Red+Green+Blue) = 152+56+191=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #9838BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9838BF is #67C740. Grayscale: #636363. Windows color (decimal): -6801217 or 12531864. OLE color: 12531864.

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

Color convert

RGB 152 56 191 -
CMYK 0.20 0.71 0 0.25
HSL 282.67º 0.55% 0.48% -
HSV(B) 282.67º 0.71% 0.75% -
XYZ 23.77 13.27 50.6 -
YUV 100.09 179.3 165.02 -
System Red Green Blue C M Y K H S L
Decimal 152 56 191 0.20 0.71 0 0.25 282.67 0.55 0.48
Hex 98 38 BF 14 47 0 19 11B 37 30
Octal 230 70 277 24 107 0 31 433 67 60
Binary 10011000 111000 10111111 10100 1000111 0 11001 100011011 110111 110000

Color Harmonies of #9838BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9838BF

Black with #9838BF

Text Example


Text Example

White with #9838BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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