Html Css Color HEX #9830DB Dark Orchid

📋 copy color: '#9830DB'

red 152 ◦ green 48 ◦ blue 219

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

Shades of Dark Orchid #9830DB

Tints of Dark Orchid #9830DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.46%

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

R = 36.28%
G = 11.46%
B = 52.27%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9830DB (or 0x9830DB) is known color: Dark Orchid. HEX triplet: 98, 30 and DB. RGB value is (152,48,219). Sum of RGB (Red+Green+Blue) = 152+48+219=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #9830DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9830DB is #67CF24. Grayscale: #626262. Windows color (decimal): -6803237 or 14364824. OLE color: 14364824.

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

Color convert

RGB 152 48 219 -
CMYK 0.31 0.78 0 0.14
HSL 276.49º 0.7% 0.52% -
HSV(B) 276.49º 0.78% 0.86% -
XYZ 26.79 13.9 68.29 -
YUV 98.59 195.96 166.1 -
System Red Green Blue C M Y K H S L
Decimal 152 48 219 0.31 0.78 0 0.14 276.49 0.7 0.52
Hex 98 30 DB 1F 4E 0 E 114 46 34
Octal 230 60 333 37 116 0 16 424 106 64
Binary 10011000 110000 11011011 11111 1001110 0 1110 100010100 1000110 110100

Color Harmonies of #9830DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9830DB

Black with #9830DB

Text Example


Text Example

White with #9830DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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