Html Css Color HEX #9943DB Dark Orchid

📋 copy color: '#9943DB'

red 153 ◦ green 67 ◦ blue 219

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

Shades of Dark Orchid #9943DB

Tints of Dark Orchid #9943DB

RGB

 RED value IS 153 (60.16% from 255) = 34.85%

 GREEN value IS 67 (26.56% from 255) = 15.26%

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

R = 34.85%
G = 15.26%
B = 49.89%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9943DB (or 0x9943DB) is known color: Dark Orchid. HEX triplet: 99, 43 and DB. RGB value is (153,67,219). Sum of RGB (Red+Green+Blue) = 153+67+219=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #9943DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9943DB is #66BC24. Grayscale: #6D6D6D. Windows color (decimal): -6732837 or 14369689. OLE color: 14369689.

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

Color convert

RGB 153 67 219 -
CMYK 0.30 0.69 0 0.14
HSL 273.95º 0.68% 0.56% -
HSV(B) 273.95º 0.69% 0.86% -
XYZ 27.93 15.9 68.61 -
YUV 110.04 189.49 158.64 -
System Red Green Blue C M Y K H S L
Decimal 153 67 219 0.30 0.69 0 0.14 273.95 0.68 0.56
Hex 99 43 DB 1E 45 0 E 112 44 38
Octal 231 103 333 36 105 0 16 422 104 70
Binary 10011001 1000011 11011011 11110 1000101 0 1110 100010010 1000100 111000

Color Harmonies of #9943DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9943DB

Black with #9943DB

Text Example


Text Example

White with #9943DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,67,219); }

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

background-color css

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

 a { background-color: rgb(153,67,219); }

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

border-color css

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

 span { border-color: rgb(153,67,219); }

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