Html Css Color HEX #9837DB Dark Orchid

📋 copy color: '#9837DB'

red 152 ◦ green 55 ◦ blue 219

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

Shades of Dark Orchid #9837DB

Tints of Dark Orchid #9837DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.41%

R = 35.68%
G = 12.91%
B = 51.41%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9837DB (or 0x9837DB) is known color: Dark Orchid. HEX triplet: 98, 37 and DB. RGB value is (152,55,219). Sum of RGB (Red+Green+Blue) = 152+55+219=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #9837DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9837DB is #67C824. Grayscale: #666666. Windows color (decimal): -6801445 or 14366616. OLE color: 14366616.

HSL color Cylindrical-coordinate representation of color #9837DB: hue angle of 275.49º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9837DB is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 55 219 -
CMYK 0.31 0.75 0 0.14
HSL 275.49º 0.69% 0.54% -
HSV(B) 275.49º 0.75% 0.86% -
XYZ 27.1 14.52 68.39 -
YUV 102.7 193.64 163.16 -
System Red Green Blue C M Y K H S L
Decimal 152 55 219 0.31 0.75 0 0.14 275.49 0.69 0.54
Hex 98 37 DB 1F 4B 0 E 113 45 36
Octal 230 67 333 37 113 0 16 423 105 66
Binary 10011000 110111 11011011 11111 1001011 0 1110 100010011 1000101 110110

Color Harmonies of #9837DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9837DB

Black with #9837DB

Text Example


Text Example

White with #9837DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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