Html Css Color HEX #9743D0 Dark Orchid

📋 copy color: '#9743D0'

red 151 ◦ green 67 ◦ blue 208

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

Shades of Dark Orchid #9743D0

Tints of Dark Orchid #9743D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.83%

R = 35.45%
G = 15.73%
B = 48.83%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9743D0 (or 0x9743D0) is known color: Dark Orchid. HEX triplet: 97, 43 and D0. RGB value is (151,67,208). Sum of RGB (Red+Green+Blue) = 151+67+208=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 208 (81.64% from 255 or 48.83% from 426); Max value from RGB is 208 - color contains mainly: blue. Hex color #9743D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9743D0 is #68BC2F. Grayscale: #6B6B6B. Windows color (decimal): -6863920 or 13648791. OLE color: 13648791.

HSL color Cylindrical-coordinate representation of color #9743D0: hue angle of 275.74º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9743D0 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 67 208 -
CMYK 0.27 0.68 0 0.18
HSL 275.74º 0.6% 0.54% -
HSV(B) 275.74º 0.68% 0.82% -
XYZ 26.15 15.15 61.22 -
YUV 108.19 184.33 158.54 -
System Red Green Blue C M Y K H S L
Decimal 151 67 208 0.27 0.68 0 0.18 275.74 0.6 0.54
Hex 97 43 D0 1B 44 0 12 114 3C 36
Octal 227 103 320 33 104 0 22 424 74 66
Binary 10010111 1000011 11010000 11011 1000100 0 10010 100010100 111100 110110

Color Harmonies of #9743D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9743D0

Black with #9743D0

Text Example


Text Example

White with #9743D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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