Html Css Color HEX #9833DB Dark Orchid

📋 copy color: '#9833DB'

red 152 ◦ green 51 ◦ blue 219

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

Shades of Dark Orchid #9833DB

Tints of Dark Orchid #9833DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.09%

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

R = 36.02%
G = 12.09%
B = 51.9%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9833DB (or 0x9833DB) is known color: Dark Orchid. HEX triplet: 98, 33 and DB. RGB value is (152,51,219). Sum of RGB (Red+Green+Blue) = 152+51+219=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #9833DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9833DB is #67CC24. Grayscale: #636363. Windows color (decimal): -6802469 or 14365592. OLE color: 14365592.

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

Color convert

RGB 152 51 219 -
CMYK 0.31 0.77 0 0.14
HSL 276.07º 0.7% 0.53% -
HSV(B) 276.07º 0.77% 0.86% -
XYZ 26.92 14.16 68.33 -
YUV 100.35 194.96 164.84 -
System Red Green Blue C M Y K H S L
Decimal 152 51 219 0.31 0.77 0 0.14 276.07 0.7 0.53
Hex 98 33 DB 1F 4D 0 E 114 46 35
Octal 230 63 333 37 115 0 16 424 106 65
Binary 10011000 110011 11011011 11111 1001101 0 1110 100010100 1000110 110101

Color Harmonies of #9833DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9833DB

Black with #9833DB

Text Example


Text Example

White with #9833DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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