Html Css Color HEX #9746DA Dark Orchid

📋 copy color: '#9746DA'

red 151 ◦ green 70 ◦ blue 218

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

Shades of Dark Orchid #9746DA

Tints of Dark Orchid #9746DA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.95%

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 34.4%
G = 15.95%
B = 49.66%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9746DA (or 0x9746DA) is known color: Dark Orchid. HEX triplet: 97, 46 and DA. RGB value is (151,70,218). Sum of RGB (Red+Green+Blue) = 151+70+218=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #9746DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9746DA is #68B925. Grayscale: #6E6E6E. Windows color (decimal): -6863142 or 14304919. OLE color: 14304919.

HSL color Cylindrical-coordinate representation of color #9746DA: hue angle of 272.84º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9746DA is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 70 218 -
CMYK 0.31 0.68 0 0.15
HSL 272.84º 0.67% 0.56% -
HSV(B) 272.84º 0.68% 0.85% -
XYZ 27.61 16.02 67.97 -
YUV 111.09 188.34 156.47 -
System Red Green Blue C M Y K H S L
Decimal 151 70 218 0.31 0.68 0 0.15 272.84 0.67 0.56
Hex 97 46 DA 1F 44 0 F 111 43 38
Octal 227 106 332 37 104 0 17 421 103 70
Binary 10010111 1000110 11011010 11111 1000100 0 1111 100010001 1000011 111000

Color Harmonies of #9746DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9746DA

Black with #9746DA

Text Example


Text Example

White with #9746DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9746DA; }

 p { color: rgb(151,70,218); }

 H1.HeaderClassName
 {
   color: #9746DA;
 }
 .AnyTagClassName
 {
   color: #9746DA;
 }
</style>

background-color css

<style>
 a { background-color: #9746DA; }

 a { background-color: rgb(151,70,218); }

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

border-color css

<style>
 span { border-color: #9746DA; }

 span { border-color: rgb(151,70,218); }

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