Html Css Color HEX #9943CC Dark Orchid

📋 copy color: '#9943CC'

red 153 ◦ green 67 ◦ blue 204

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

Shades of Dark Orchid #9943CC

Tints of Dark Orchid #9943CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 36.08%
G = 15.8%
B = 48.11%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9943CC (or 0x9943CC) is known color: Dark Orchid. HEX triplet: 99, 43 and CC. RGB value is (153,67,204). Sum of RGB (Red+Green+Blue) = 153+67+204=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #9943CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9943CC is #66BC33. Grayscale: #6B6B6B. Windows color (decimal): -6732852 or 13386649. OLE color: 13386649.

HSL color Cylindrical-coordinate representation of color #9943CC: hue angle of 277.66º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9943CC is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 67 204 -
CMYK 0.25 0.67 0 0.2
HSL 277.66º 0.57% 0.53% -
HSV(B) 277.66º 0.67% 0.8% -
XYZ 26.04 15.15 58.68 -
YUV 108.33 181.99 159.86 -
System Red Green Blue C M Y K H S L
Decimal 153 67 204 0.25 0.67 0 0.2 277.66 0.57 0.53
Hex 99 43 CC 19 43 0 14 116 39 35
Octal 231 103 314 31 103 0 24 426 71 65
Binary 10011001 1000011 11001100 11001 1000011 0 10100 100010110 111001 110101

Color Harmonies of #9943CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9943CC

Black with #9943CC

Text Example


Text Example

White with #9943CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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