Html Css Color HEX #9943C6 Dark Orchid

📋 copy color: '#9943C6'

red 153 ◦ green 67 ◦ blue 198

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

Shades of Dark Orchid #9943C6

Tints of Dark Orchid #9943C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.37%

R = 36.6%
G = 16.03%
B = 47.37%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9943C6 (or 0x9943C6) is known color: Dark Orchid. HEX triplet: 99, 43 and C6. RGB value is (153,67,198). Sum of RGB (Red+Green+Blue) = 153+67+198=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 67 (26.56% from 255 or 16.03% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #9943C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9943C6 is #66BC39. Grayscale: #6B6B6B. Windows color (decimal): -6732858 or 12993433. OLE color: 12993433.

HSL color Cylindrical-coordinate representation of color #9943C6: hue angle of 279.39º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9943C6 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 67 198 -
CMYK 0.23 0.66 0 0.22
HSL 279.39º 0.53% 0.52% -
HSV(B) 279.39º 0.66% 0.78% -
XYZ 25.34 14.86 54.96 -
YUV 107.65 178.99 160.35 -
System Red Green Blue C M Y K H S L
Decimal 153 67 198 0.23 0.66 0 0.22 279.39 0.53 0.52
Hex 99 43 C6 17 42 0 16 117 35 34
Octal 231 103 306 27 102 0 26 427 65 64
Binary 10011001 1000011 11000110 10111 1000010 0 10110 100010111 110101 110100

Color Harmonies of #9943C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9943C6

Black with #9943C6

Text Example


Text Example

White with #9943C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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