Html Css Color HEX #9746CF Dark Orchid

📋 copy color: '#9746CF'

red 151 ◦ green 70 ◦ blue 207

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

Shades of Dark Orchid #9746CF

Tints of Dark Orchid #9746CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 35.28%
G = 16.36%
B = 48.36%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9746CF (or 0x9746CF) is known color: Dark Orchid. HEX triplet: 97, 46 and CF. RGB value is (151,70,207). Sum of RGB (Red+Green+Blue) = 151+70+207=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #9746CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9746CF is #68B930. Grayscale: #6D6D6D. Windows color (decimal): -6863153 or 13584023. OLE color: 13584023.

HSL color Cylindrical-coordinate representation of color #9746CF: hue angle of 275.47º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9746CF is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 70 207 -
CMYK 0.27 0.66 0 0.19
HSL 275.47º 0.59% 0.54% -
HSV(B) 275.47º 0.66% 0.81% -
XYZ 26.22 15.46 60.63 -
YUV 109.84 182.84 157.36 -
System Red Green Blue C M Y K H S L
Decimal 151 70 207 0.27 0.66 0 0.19 275.47 0.59 0.54
Hex 97 46 CF 1B 42 0 13 113 3B 36
Octal 227 106 317 33 102 0 23 423 73 66
Binary 10010111 1000110 11001111 11011 1000010 0 10011 100010011 111011 110110

Color Harmonies of #9746CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9746CF

Black with #9746CF

Text Example


Text Example

White with #9746CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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