Html Css Color HEX #9743DD Dark Orchid

📋 copy color: '#9743DD'

red 151 ◦ green 67 ◦ blue 221

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

Shades of Dark Orchid #9743DD

Tints of Dark Orchid #9743DD

RGB

 RED value IS 151 (59.38% from 255) = 34.4%

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

 BLUE value IS 221 (86.72% from 255) = 50.34%

R = 34.4%
G = 15.26%
B = 50.34%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9743DD (or 0x9743DD) is known color: Dark Orchid. HEX triplet: 97, 43 and DD. RGB value is (151,67,221). Sum of RGB (Red+Green+Blue) = 151+67+221=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #9743DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9743DD is #68BC22. Grayscale: #6D6D6D. Windows color (decimal): -6863907 or 14500759. OLE color: 14500759.

HSL color Cylindrical-coordinate representation of color #9743DD: hue angle of 272.73º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9743DD is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 67 221 -
CMYK 0.32 0.70 0 0.13
HSL 272.73º 0.69% 0.56% -
HSV(B) 272.73º 0.7% 0.87% -
XYZ 27.82 15.81 69.99 -
YUV 109.67 190.83 157.48 -
System Red Green Blue C M Y K H S L
Decimal 151 67 221 0.32 0.70 0 0.13 272.73 0.69 0.56
Hex 97 43 DD 20 46 0 D 111 45 38
Octal 227 103 335 40 106 0 15 421 105 70
Binary 10010111 1000011 11011101 100000 1000110 0 1101 100010001 1000101 111000

Color Harmonies of #9743DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9743DD

Black with #9743DD

Text Example


Text Example

White with #9743DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9743DD; }

 p { color: rgb(151,67,221); }

 H1.HeaderClassName
 {
   color: #9743DD;
 }
 .AnyTagClassName
 {
   color: #9743DD;
 }
</style>

background-color css

<style>
 a { background-color: #9743DD; }

 a { background-color: rgb(151,67,221); }

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

border-color css

<style>
 span { border-color: #9743DD; }

 span { border-color: rgb(151,67,221); }

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